DEV Community

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

Collapse
 
kataras profile image
Gerasimos (Makis) Maropoulos • Edited

Better one, after a month or further, take for example the iris web framework, it has so many modules inside it and some of them are 6 months+ old and I still remember the exactly file and where a particular piece of code is related to users' question or contributors inside it. This is how you should do it, but it's a good practise to take some time and read section-by-section your own code every 1-2 weeks, this can be done on sundays for example.