Chapter 02 - Meaningful Names
Chapter 02 - Meaningful Names
Clean Code:
A Handbook of
Agile Software Craftsmanship
Name of the classes, methods and variables must have some characteristics to make it
easier to understand the code. In this chapter we will learn a few of them.
Meaningful names characteristics:
The name should be chosen in such way that no comments or documents are required to
answer these questions. Name of the element should answer all the big questions. If a
name needs comment, it doesn’t reveal its intent.
Meaningful names characteristics:
12. But if you have access to the domain expert, choosing problem domain names can be a
good decision.
Meaningful names characteristics:
Meaningful names characteristics: