Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
- The best thing about a boolean is even if you are wrong, you are only off by a bit **- Anonymous**
- There are 10 kinds of people in the world — those who understand binary and those who don't **- Anonymous**
- Before software can be reusable it first has to be usable. **- Ralph Johnson**
- Java is to JavaScript what Car is to Carpet. **- Chris Heilmann**
- It's hard enough to find an error in your code when you're looking for it, it's even harder when you've assumed your code is error-free. **- Steve McConnell**
- If debugging is the process of removing software bugs, then programming must be the process of putting them in. **- Edsger Djikstra**
- Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. **- Brian Kernighan**
- It's not at all important to get it right the first time. It's vitally important to get it right the last time. **- Andrew Hunt**
- First, solve the problem. Then, write the code. **- John Johnson**

- Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. **- Rick Osborne**