Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/103-indentation-and-code-style.md
parent
80bf451045
commit
97566eee96
1 changed files with 2 additions and 2 deletions
@ -1,9 +1,9 @@ |
||||
# Indentation and Code Style |
||||
|
||||
Indentation and code style in system design architecture refer to the way that code is structured and formatted. Indentation is the practice of using whitespace to visually group related lines of code together, making it easier to read and understand the structure of the code. Code style refers to the conventions and guidelines used to format and structure code, such as naming conventions, commenting, and use of whitespace. |
||||
Indentation is the practice of using whitespace to visually group related lines of code together, making it easier to read and understand the structure of the code. Code style refers to the conventions and guidelines used to format and structure code, such as naming conventions, commenting, and use of whitespace. |
||||
|
||||
Having a consistent indentation and code style can help to make the code more readable and understandable, which can improve the maintainability of the system. |
||||
|
||||
Learn mor from the following links: |
||||
|
||||
- [Coding Standards and Guidelines](https://www.geeksforgeeks.org/coding-standards-and-guidelines/) |
||||
- [Clean Code – Formatting](https://www.baeldung.com/cs/clean-code-formatting) |
Loading…
Reference in new issue