Development: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
components<ref>https://en.wikipedia.org/wiki/Software_development</ref>.  
components<ref>https://en.wikipedia.org/wiki/Software_development</ref>.  


Development is a more specific and technical than the generic [[design cycle]]. Each part of the design cycle in more depth and with specific techniques.  
Development is a more specific and technical application of the generic [[Design | design cycle]]. In software development, each part of the design cycle is approached with more depth and with specific techniques to build software products.


= Introduction to Development =
= Introduction to Development =
* [[Understanding the problem]]
* [[System diagramming]]
* What does well-designed software look like?
* [[pseudocode]]
* [[clean code]]
* [[testing]]


* [[Design Patterns]]
* [[Design Patterns]]
* [[Object-Oriented Programming]]
* [[Object-Oriented Programming]]
== Program organization ==
* [[Algorithms]]
* [[Functions]]





Latest revision as of 14:04, 27 June 2019

Development[1]

Software development is the process of conceiving, specifying, designing, programming, documenting, testing, and bug fixing involved in creating and maintaining applications, frameworks, or other software components[2].

Development is a more specific and technical application of the generic design cycle. In software development, each part of the design cycle is approached with more depth and with specific techniques to build software products.

Introduction to Development[edit]

Program organization[edit]


References[edit]