Systematic design
- How to Design Data
- Notes on the How to design data recipe.
- Data Driven Templates
- Notes on the Data driven template recipe.
- How to Design Functions
- Notes on the How to design functions recipe.
- Method Structure
- Notes on how to structure methods.
- Smaller methods, cleaner code
- Refactoring large methods into classes with smaller methods.
- Readable code, one name at a time
- Basic recommendations on how to name the different elements in your code.