selfExplainedMethodNames
From Dissecting a C# Application:
For each method, we attempted to find a good name that explains what the method does. If someone
doesn't understand a method, it is either a sign of a bad name or a too lengthy method, which should be
further broken down.
That's what i'm talking about...




0 Comments:
Post a Comment
<< Home