Software development environment: Difference between revisions

Content deleted Content added
link to related articles
added redirect
 
(One intermediate revision by the same user not shown)
Line 1:
{{Distinguish2|#REDIRECT [[Integrated development environment]] (IDE)}}
{{unreferenced|date=January 2008}}
In [[computing]], a '''software development environment''' ('''SDE''') is the entire environment (applications, servers, network) that provides comprehensive facilities to [[computer programmer]]s for [[software development]].
 
An SDE can contain but is not limited to:
* Requirements management tools
* Design modeling tools
* Documentation generation tools
* [[Integrated development environment]] (IDE)
* Code Analysis tools
* [[Source-to-source_compiler#Refactoring_tools | Code refactoring tools]]
* Code Referencing tools
* Code Inspection tools
* Software Building tools (the [[compiler]], [[linker (computing)|linker]], etc., and the [[build automation]] tool used to control them)
* [[revision control]], also called Source Repository (Configuration Management)
* Problem reporting / [[bug tracking system|bug tracking]] tools
 
[[Category:Software development]]
[[de:Softwareentwicklungsumgebung]]