Please enable JavaScript.
Coggle requires JavaScript to display documents.
Writing a Program, Comments, Conditional execution - if - Coggle Diagram
Writing a Program
-
Software as a story
It should be easy to read. At no point should the hapless reader be forced to backtrack or brush up on knowledge that the writerassumes is there. All the names in the text should impartmeaning and be distinct from each other.
It should have good punctuation and grammar. The various components should be organised in a clear and consistent way
It should look good on the page. A good program is well laid out. The different blocks should be indented and the statements spread over the page in a well formed manner
It should be clear who wrote it, and when it was last changed. If you write something good you should put your name on it. If you change what you wrote you should add information about the changes that you made and why
-
-
-
-
-