3

Making classes and functions without commenting what I expect each class and function to do. Which means that my classes and functions have really long names.

Example Code:
Class ReallySpecificClassToWorkWithThisFramework { ...

public void DoThisActionInTheFramework (obj TheKeyToTheWholeFunction) { ... }

}

Comments
Add Comment