Development: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[file:computation.png|right|frame|Development<ref>http://www.flaticon.com/</ref>]]
[[file:Development.png|right|frame|Development<ref>http://www.flaticon.com/</ref>]]
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<ref>https://en.wikipedia.org/wiki/Software_development</ref>.


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 15: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]