0
votes
Including quality into the software development project plan
Use test-driven development instead of development-driven testing (it really helps!).
…
0
votes
How often should you refactor?
I think you should refactor something when you're currently working on a part of it. Means if you have to enhance function A, then you should refactor it before (and afterwards?). If you don't do a …
