Programming
Table of Contents
- Testing (Programming)
- Program as Data
- Probabilistic Logic Programming
- The Night Watch
- Rump's Royal Pain
- Property Based Testing
- Software Design Books
- A Philosophy of Software Design
- Your Code as a Crime Scene
- Code that Fits in Your Head
- Documentation
- BitTorrent
1. Conferences
2. Style
- Tiger Style: https://github.com/tigerbeetle/tigerbeetle/blob/main/docs/TIGER_STYLE.md
- Callbacks go last in the list of parameters. This mirrors control flow: callbacks are also invoked last.
- Pair the asserts (Contract Checker)
- Fail Fast