Software Principles: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 June 2024

2 June 2024

5 May 2024

3 May 2024

28 April 2024

19 April 2024

  • curprev 16:5216:52, 19 April 2024Mikets talk contribs 4,248 bytes +42 No edit summary
  • curprev 16:5116:51, 19 April 2024Mikets talk contribs 4,206 bytes +4,206 Created page with "== Code Development Cycle == # Analyze the problem # Come up with the pseudo-code to solve the problem # Run through all scenarios with the pseudo-code # Repeat the above steps until all scenarios are covered # Translate the pseudo-code to real code # Have somebody code review your code # Fully test and debug the code with all scenarios # Fix all the bugs found and repeat the above two steps until all bugs are fixed and the code works as expected. # Fully comment your co..."