James Mason

16%
Flag icon
Avoid classes named after verbs. A class that has only behavior but no data is generally not really a class. Consider turning a class like DatabaseInitialization() or String-Builder() into a routine on some other class.
Code Complete
Rate this book
Clear rating
Open Preview