Changeset 26668 in vbox for trunk/doc/VBox-CodingGuidelines.cpp
- Timestamp:
- Feb 19, 2010 11:01:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/VBox-CodingGuidelines.cpp
r26352 r26668 411 411 * - When writing code think as the reader. 412 412 * 413 * - When writing code think as the compiler. 413 * - When writing code think as the compiler. (2) 414 414 * 415 415 * - When reading code think as if it's full of bugs - find them and fix them. … … 438 438 * a compiler might treat pointers as signed (IIRC). 439 439 * 440 * (2) "A really advanced hacker comes to understand the true inner workings of 441 * the machine - he sees through the language he's working in and glimpses 442 * the secret functioning of the binary code - becomes a Ba'al Shem of 443 * sorts." (Neal Stephenson "Snow Crash") 440 444 * 441 445 *
Note:
See TracChangeset
for help on using the changeset viewer.