Timeline for Single Line Statements & Good Practices
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 27, 2011 at 8:55 | comment | added | mattnz | a) Reading/Scanning code - Most people when scaning code read the first few characters of the line then move on unless it's "interesting", then they read a couple more. Compiler Errors : Most of the time I interpret the compiler error as "Problem with line <x>". only if I can;t work it out instantly (rare), so I actually read the error. | |
| Aug 27, 2011 at 3:43 | history | answered | Zelda | CC BY-SA 3.0 |