vigil icon indicating copy to clipboard operation
vigil copied to clipboard

Punish code that is not tested

Open jmesserly opened this issue 12 years ago • 2 comments

after running tests, delete code that was not called. it's a feature: guaranteed 100% code coverage!

jmesserly avatar Jan 11 '13 01:01 jmesserly

You don't need testing if you write it properly the first time

GUIpsp avatar Jan 11 '13 13:01 GUIpsp

Code re-use guidelines allow unused code to stay in place, for the case that it gets used at a later time in the code's future. But it does bring to mind, how one could lexically partition code which is not used yet, but suggested for the future.

LeFreq avatar May 26 '14 16:05 LeFreq