All Questions
Tagged with development programming-practices
1 question
1
vote
2
answers
128
views
Should you test development features?
Is it a good practice to test features that only run in a development environment, or just a waste of time?
Specifics: The item that is prompting this question is a line of code that dynamically re-...