The current Codor.Classes.ClassLength simply counts the number of lines between the opening { and the closing } of a class.
Sometimes the number of doc blocks plus a number of small methods can make this climb quite fast.
A more "gentle" sniff for this would be nice. One that only counts logical lines of code.
The current
Codor.Classes.ClassLengthsimply counts the number of lines between the opening{and the closing}of a class.Sometimes the number of doc blocks plus a number of small methods can make this climb quite fast.
A more "gentle" sniff for this would be nice. One that only counts logical lines of code.