DEV Community

Discussion on: A Brief Guide to Clean Code: Naming Conventions

Collapse
 
hokrc01 profile image
hokrc01

Danial,
I have a class with 200 lines of code. I need to add 5 more methods to it. the class is called Member. Other than it accesses the 'member' table in my database, the new methods have nothing to do with the rest of the class. Any thoughts on what to name the second class other than Member2.

Thanks,
Ken