Documenting code
In addition to beautiful code it is nice to have documentation and/or flowcharts that will explain functionality of the software.
Documentation and flowcharts can help to identify logical errors with the code. Without either documentation or a flowchart good luck funding such an error.
If you are busy working on coding things, at least some idea of what is done needs to be documented. Without having this, it will be difficult to tell if the code does the right thing.
Comments
Post a Comment