Difference between revisions of "Simonwro120 Week 11"
From LMU BioDB 2017
Simonwro120 (talk | contribs) (added to def 2 and def 3) |
Simonwro120 (talk | contribs) (added to def 2 and def 3) |
||
Line 2: | Line 2: | ||
=== Design and Development Terms === | === Design and Development Terms === | ||
− | #IDE (Integrated Development Environment) - An application software which provides helpful tips and tricks for programmers when they are developing software. Usually, an IDE contains three things: <code>[http://pypl.github.io/IDE.html http://pypl.github.io/IDE.html]</code> | + | #IDE (Integrated Development Environment) - An application software which provides helpful tips and tricks for programmers when they are developing software. Usually, an IDE contains three things: <code>[[http://pypl.github.io/IDE.html http://pypl.github.io/IDE.html]]</code> |
#*A source code editor | #*A source code editor | ||
#*Build automation tools | #*Build automation tools | ||
#*A debugger | #*A debugger | ||
− | #API (Application Programming Interface) - | + | #API (Application Programming Interface) - An integral part of the server that receives requests and sends responses. <code>[[https://medium.freecodecamp.org/what-is-an-api-in-english-please-b880a3214a82 https://medium.freecodecamp.org/what-is-an-api-in-english-please-b880a3214a82]]</code> |
− | #SDK | + | #SDK |
#Xcode | #Xcode | ||
#Premature Optimization - | #Premature Optimization - |
Revision as of 20:57, 13 November 2017
Contents
Individual Journal Page
Design and Development Terms
- IDE (Integrated Development Environment) - An application software which provides helpful tips and tricks for programmers when they are developing software. Usually, an IDE contains three things:
[http://pypl.github.io/IDE.html]
- A source code editor
- Build automation tools
- A debugger
- API (Application Programming Interface) - An integral part of the server that receives requests and sends responses.
[https://medium.freecodecamp.org/what-is-an-api-in-english-please-b880a3214a82]
- SDK
- Xcode
- Premature Optimization -
- Polymer -
- SQLite -
- Shrink-wrapped Software -
- Build Servers -
- Web Framework -
Article Outline
Acknowledgements
References
- LMU BioDB 2017. (2017). Week 11 Retrieved November 9, 2017, from [https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_11]
- Top Integrated Development Environment index. (n.d.). Retrieved November 13, 2017, from [http://pypl.github.io/IDE.html]
- What is an API?. (2016). Retrieved November 13, 2017, from https://medium.freecodecamp.org/what-is-an-api-in-english-please-b880a3214a82