just make sure each one of your files has less than 100 lines of code.
that's it. everything else just falls into place, and your project becomes easier to grow,change and maintain.
have a good day.
just make sure each one of your files has less than 100 lines of code.
that's it. everything else just falls into place, and your project becomes easier to grow,change and maintain.
have a good day.
For further actions, you may consider blocking this person and/or reporting abuse
Timileyin Ikumapayi -
Luca Argentieri -
Mr #1738 -
Muhammed Rahif -
Top comments (2)
It’s not always that simple. While a useful guide code rot (degradation over time as changes are made) can cause problems. You’d be better off sticking to more established principles like SOLID.
yes this rule is better for startups and fast-paced/side/personal projects where you don't have much time to stick to SOLID neither you see the full picture to provide good abstractions .
but sticking to this one simple rule is easy and it can provide a better future for yourself dealing with the project .