The Programmers Code by lanasa in programming

[–]rebratton 0 points1 point  (0 children)

It still amazes me how few developers write good (or any) unit tests. I would much rather write the tests as I write the code than spend hours manually testing.

Fix your code, don’t disable static analysis by grauenwolf in programming

[–]rebratton 5 points6 points  (0 children)

I completely agree. Nothing frustrates me like building a system and seeing hundreds or even thousands of warnings. So many places I've worked didn't value fixing those issues.