Difference between revisions of "Simonwro120 Week 11"

From LMU BioDB 2017
Jump to: navigation, search
(outline)
 
(definition1)
Line 2: Line 2:
  
 
=== Design and Development Terms ===
 
=== Design and Development Terms ===
#IDE (Integrated Development Environment) -
+
#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:
#API (Application Programming Interface) -
+
#*A source code editor
#SDK (Software Development Kit) -
+
#*Build automation tools
#Xcode -
+
#*A debugger
 
#Premature Optimization -
 
#Premature Optimization -
 
#Polymer -
 
#Polymer -

Revision as of 06:13, 13 November 2017

Individual Journal Page

Design and Development Terms

  1. 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:
    • A source code editor
    • Build automation tools
    • A debugger
  2. Premature Optimization -
  3. Polymer -
  4. SQLite -
  5. Shrink-wrapped Software -
  6. Build Servers -
  7. Web Framework -

Article Outline

Acknowledgements

References