Name: Anonymous 2018-10-12 12:46
I have the workflow of a pig.
- write everything in vim
- many windows of vim everywhere, spawning a terminal is my most used key shortctut
- no automated tests, all tests are done manually
- no debugger, tracing is done with printf
- method is exclusively trial and error, don't plan anything
- no version control, there's "undo" and "redo" in vim
write in vim -> compile -> "debug", rince repeat
- write everything in vim
- many windows of vim everywhere, spawning a terminal is my most used key shortctut
- no automated tests, all tests are done manually
- no debugger, tracing is done with printf
- method is exclusively trial and error, don't plan anything
- no version control, there's "undo" and "redo" in vim
write in vim -> compile -> "debug", rince repeat