Quote:
Originally Posted by Blue Scorpion
Coding, is coding, is coding, all programmers working for well organised software houses produce their code in line with design documents laid out during an earlier phase of development, if any such problems are going to occur it is during the design phase not during coding . Good coding practice also demands that programmers comment their code anywhere there may be ambiguity or complex algorithms so that new or reallocated staff can quickly establish an understanding of the code at hand.
|
Coding is coding, but not all applications are so easy for a programmer to jump into without experience specific to that app. No amount of comments can make up for experience, especially for really complicated code (which I assume CoD is). Keep in mind that the person who coded the bug is usually the same person who entered the comments.