|
|
|
|
|
by mkramlich
5766 days ago
|
|
Rough rule of thumb that works wonders: Write/modify code. Run program and/or ensure that codepath is executed. Did it do what you intended? If yes, figure out what's wrong about it, fix it, retry. If no, move on to next item on your agenda. (Possibly first doing a quick refactor to improve readability, etc.) |
|