Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/102-meaningful-names.md
parent
1a98980fbf
commit
80bf451045
1 changed files with 2 additions and 2 deletions
@ -1,7 +1,7 @@ |
||||
# Meaningful Names |
||||
|
||||
Meaningful names in system design architecture refer to the practice of giving clear and descriptive names to different components of a system, such as variables, functions, and classes. This can help to make the system more understandable and maintainable by clearly communicating the purpose of each component and its intended usage. |
||||
You should follow the practice of giving clear and descriptive names to different components of a system, such as variables, functions, and classes. This can help to make the system more understandable and maintainable by clearly communicating the purpose of each component and its intended usage. |
||||
|
||||
Learn more from the following links: |
||||
|
||||
- [What’s in a Name? - Architecture](https://www.innoq.com/en/blog/whats-in-a-name-architecture/) |
||||
- [A Guide for Naming Things in Programming](https://levelup.gitconnected.com/a-guide-for-naming-things-in-programming-2dc2d74879f8) |
Loading…
Reference in new issue