Crass programming opinions
Lessons I have managed to learn from my time in the trenches. (Not actually all that crass.)
Small patterns
- Make the shape of your functions follow the shape of your data
- Reduce paths through a method
- Tips for wrangling conditionals