Wednesday, July 7, 2010

Four Things to Know when Writing Comments

Four Things to Know when Writing Comments: "Every developer has been learned from his teachers how important is
to comment his source code. You should comment the classes, the methods,
the logic, etc. However nobody explained how exactly to code with
comments between the lines. Have you ever seen that
i++; // we increment i with one
That’s a shame! This doesn’t tell you anything, and what will happen
if sometime later somebody sits..."

No comments:

Post a Comment