Keeping an Engineering Notebook
The best upgrade I’ve made to my workflow in the past year was to start keeping an engineering notebook. Whenever I start a new project, the first thing I do is create a new section in my engineering notebook. It’s really simple. With a tiny script, I generate a dedicated folder for the new project, plus three sub-folders and a README: some_new_work |__ notes/ |__ data/ |__ scripts/ |__ README.md As simple as this structure seems, it has had a tremendous impact on my work. In this post, I want to try to unpack why and how I think that’s working. ...