Search Results

0
votes

Road Warrior - habits to encourage coding productivity?

Note that I am assuming work-related development and travel. When I'm traveling for personal reasons I like to do something other than write code. Helps me focus when I get back... It sou …
1
vote

How to get a positive mental attitude towards testing?

Assuming you already have a list of bugs to fix, I always like to go back through and where ever possible create an automated test that demonstrates the bug. Then fix the bug and watch the test pa …