All public logs

Jump to navigation Jump to search

Combined display of all available logs of TrcWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:51, 19 April 2024 Mikets talk contribs created page Software Principles (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...")