Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/102-meaningful-names.md

content/software-design-and-architecture
Kamran Ahmed 2 years ago committed by GitHub
parent 1a98980fbf
commit 80bf451045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/102-meaningful-names.md

@ -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…
Cancel
Save