??? 12/06/05 13:05 Read: times |
#104759 - I have seen such called "comments" way t Responding to: ???'s previous message |
Erik Malund said:
that is not comments, that is "explanations". If anyone need a comment like mov b,#64h ; Mply by 100 mul abthey should not even attempt to look at this. Why not? Use of comment is to explain... I have seen such called "comments" way too often, while, as indicated, "explanations" may be useful in working towards deciphereing some crappy code, they still are not "comments". That something is place in the comment field of a line of code does not make it a comment. I have seen source code where there were zero, nada none comments, but every line had a "comment" such as push acc ;save accumulatorand when confronting the author he replied 'what is your problem I commented the whole thing". This is, unfortunately, way too common writing comments for the sake of writing comments, not for the sake of making the program easier to follow. Erik |