DEV Community

Discussion on: When is your code 'good enough'?

Collapse
 
stealthmusic profile image
Jan Wedel

I develop test-driven. That means, the simplest code that makes the test green ist good enough. And write test until I have met all the requirements. Follow clean code rules while implementing.
Do not attempt to optimize anything wirhout an actual need. That’s basically it.