438 Views
Good names are important, but insufficient, for code maintainability. You should give the building blocks of your code bases descriptive names. It's easier to understand the purpose of a library, module, class, method, function, etcetera if the name contains a clue about the artefact's purpose.
0 comments