My new project checklist
This is my personal, growing checklist of tasks to complete when starting a new programming project. I share it here only on the off chance that it helps someone else. There is no expectation that it should be useful to anyone else. Create a git repository mkdir foo/ cd foo/ git init Populate the repository …