Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/103-indentation-and-code-style.md

content/software-design-and-architecture
Kamran Ahmed 2 years ago committed by GitHub
parent 80bf451045
commit 97566eee96
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/103-indentation-and-code-style.md

@ -1,9 +1,9 @@
# Indentation and Code Style # 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. 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: 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…
Cancel
Save