Penguin
Diff: SoftwareEngineering
EditPageHistoryDiffInfoLikePages

Differences between version 10 and revision by previous author of SoftwareEngineering.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 10 Last edited on Friday, March 10, 2006 9:14:30 am by DavidHallett Revert
Older page: version 8 Last edited on Thursday, August 5, 2004 12:28:27 pm by AristotlePagaltzis Revert
@@ -1,5 +1,5 @@
-The supposed engineering discipline of software creation. 
+The supposed engineering discipline of [Software] creation. 
  
 SoftwareEngineering differs from ComputerScience in that it favours reliability, stability and usefulness over novelty. The general approach is usually to start with a small, working, system and incrementally add features and fix [Bug]s as they arise. 
  
 There are a number of important techniques and approaches in SoftwareEngineering, including (none of these lists is anywhere near complete): 
@@ -24,9 +24,9 @@
 !!! Methodologies 
  
 * [Literate Programming | http://www.literateprogramming.com] 
 * [Elemental Programming | http://www.elemental-programming.org] 
-* Extreme Programming 
+* [ Extreme Programming | http://www.extremeprogramming.org]  
 * Agile Software Development 
  
 ----