My new project checklist
Posted on May 28, 2015This 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
Continue reading `My new project checklist` →Filed under: checklist personal Programming