Tagged Questions
5
votes
5answers
194 views
Value of maintaining debug outputs
A developer on our team litters his code with debug outputs. He passes many parameters into methods that are only used for debugging.
Personally I find this clutters up the code. If I need to debug ...