By Djkiou
via javacodegeeks.com
Published: Dec 12 2012 / 07:43
A question that constantly comes up from people that care about writing good code, is: what’s the right size for a method or function, or a class, or a package or any other chunk of code?At some point any piece of code can be too big to understand properly – but how big is too big? It starts at the method or function level.
Add your comment