Cocoa, the development of Words, and other software projects (including those dang assessment tasks).
It can waste you 20 minutes trying to find a 'bug'.
push @{$todaysWords{$current}}, "$linecount";
not
push @{$todaysWords{$current}}, "$lineCount";
Meh. I should have stuck to my regular convention.
0 Responses to “The Importance of Coding conventions”
Leave a Reply