Notes to Myself on Software Engineering
A laundry list of personal reminders
7 min readSep 8, 2018
--
On the Development Process
- Code isn’t just meant to be executed. Code is also a means of communication across a team, a way to describe to others the solution to a problem. Readable code is not a nice-to-have, it is a fundamental part of what writing code is about. This involves factoring code…