What are the optimal checkstyle settings for MethodLength and FileLength?
Posted
by Daniel Alexiuc
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Alexiuc
Published on 2010-03-18T04:50:27Z
Indexed on
2010/03/18
4:51 UTC
Read the original article
Hit count: 329
I am starting a new Java web project that will be worked on by up to 10 developers.
It will probably be hard to change once the codebase grows large, so what are the best checkstyle settings to use for methodLength and fileLength?
© Stack Overflow or respective owner