Notes on programming
Programming is about discovery, not invention.
Code review
- Find all loops.
- Replace all the loops with appropriate algorithms.
- Always return all the useful information from your algorithms.
- Make them general.
Programming is about discovery, not invention.