Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Punish code that is not tested #15

Open
jmesserly opened this issue Jan 11, 2013 · 2 comments
Open

Punish code that is not tested #15

jmesserly opened this issue Jan 11, 2013 · 2 comments

Comments

@jmesserly
Copy link

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

@GUIpsp
Copy link

GUIpsp commented Jan 11, 2013

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

@LeFreq
Copy link

LeFreq commented May 26, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants