What non-programming tools do programmers use?
- by user828584
I'm reading code complete with the intention of learning how to better structure my code, but I'm also learning a lot about how many aspects of programming something there are that aren't just writing the code.
The book talks a lot about problem definition, determining the requirements, defining the structure, designing the code, etc.
What…