Difference between revisions of "Simonwro120 Week 11"

From LMU BioDB 2017
Jump to: navigation, search
(definition1)
(addded def 1)
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:  
+
#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
 +
 
#Premature Optimization -
 
#Premature Optimization -
 
#Polymer -
 
#Polymer -
Line 18: Line 19:
  
 
== References ==
 
== References ==
 +
#
 +
#Top Integrated Development Environment index. (n.d.). Retrieved November 12, 2017, from [[http://pypl.github.io/IDE.html http://pypl.github.io/IDE.html]]

Revision as of 20:04, 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: [http://pypl.github.io/IDE.html]
    • A source code editor
    • Build automation tools
    • A debugger
  1. Premature Optimization -
  2. Polymer -
  3. SQLite -
  4. Shrink-wrapped Software -
  5. Build Servers -
  6. Web Framework -

Article Outline

Acknowledgements

References

  1. Top Integrated Development Environment index. (n.d.). Retrieved November 12, 2017, from [http://pypl.github.io/IDE.html]