Skip to content

Commit

Permalink
Design patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
coillarach committed Oct 10, 2024
1 parent dfee8e2 commit c1d6787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion notes/unit1_code_quality/coding_standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Coding standards
parent: Code quality
has_children: true
has_toc: false
nav_order: 2
---

Expand Down Expand Up @@ -289,4 +290,4 @@ software engineering becomes not only more efficient but also more equitable and
collaborative.

{: .tip-title }
> [<i class="fa-regular fa-lightbulb"></i> Guidelines for coding standards](/notes/unit1_code_quality/coding_standards_guidelines.md)
> [<i class="fa-regular fa-lightbulb"></i> Guidelines for coding standards](coding_standards_guidelines.md)
3 changes: 2 additions & 1 deletion notes/unit1_code_quality/principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Software Engineering Principles
parent: Code quality
has_children: true
has_toc: false
nav_order: 1
---

Expand Down Expand Up @@ -1227,5 +1228,5 @@ complexity, improving collaboration, and ensuring that the software can adapt to
while remaining reliable and efficient over time.

{: .tip-title }
> [<i class="fa-regular fa-lightbulb"></i> General tips for applying software engineering principles](/notes/unit1_code_quality/principles_guidelines.md)
> [<i class="fa-regular fa-lightbulb"></i> General tips for applying software engineering principles](principles_guidelines.md)

0 comments on commit c1d6787

Please sign in to comment.