Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

All my projects have a top-level 'check' script, which always does, in order:

- reformat the whole codebase

- build (if needed, e.g a C++ project)

- run all tests

The programming workflow is then:

- edit code

- run the 'check' script

- repeat.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: