??? 01/19/11 12:45 Read: times |
#180705 - and there's the rub Responding to: ???'s previous message |
Oliver Sedlacek said:
I would suggest that gold standard code needs to follow two rules.
Firstly, it needs to follow an agreed coding standard, by which I mean more than just MISRA. A style guide should be followed. Secondly, every statement effectively needs a paragraph of comments to explain what it does and why the alternative 'bad' alternatives are 'bad'. Clearly, that requires a very great deal of work! And similar explanations are required of the overall aims, structure, objectives, etc, of the code as a whole. This requires that you are not only able to write good code, but are also able to write good text to explain it well. Clearly, there are very few people who have the skills and the time to do all this properly - and for free! |