News

When a method looks too long, or it's becoming to hard to test, a good practice is to take a minute and calculate the McCabe cyclomatic complexity of the Java method in question and see if the result ...