Watch his talk on YouTube
- Programming is one of the hardest things humans do
- Programming uses Head and Gut, we don’t really know how we do it
- JavaScript: Good Parts. Bad Parts. It was done in 10 days and released to the wild
- JSLint : defines and professional subset of JavaScript
- JSLint will hut your feelings
- Example: braces should be consistent. Javascript forces on the right because there are cases (return statement that forces this)
- We are constantly making mistakes, this is why rational people don’t do programming
- “That hardly ever happens”, is another way of saying “It happens”
- A good style can help produce better programs. Style should not be about personal perference and self expression
Leave a Reply