Comment (computer programming): Difference between revisions

Content deleted Content added
Stress relief: Didn't want to touch this section as it's esoteric, but it needed editing for readability and brevity
Tags: Was begging for an example
Line 332:
* NOTE — relatively general information
* UNDONE — a reversal or "roll back" of previous code
 
For example:
 
int foo() {
// TODO implement
}
 
==Examples==