Skip to content

Commit

Permalink
Use blockquote once
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmeValera committed Nov 23, 2024
1 parent 3d5c0c0 commit 9089f19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/blog/2024-11-22-solid-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ description = "Learn how SOLID principles can enhance your codebase by promoting

As software developers, we strive to create systems that are robust, maintainable, and easy to scale. The SOLID principles offer a foundation for writing clean, well-structured code by encouraging single-purpose classes, extensible designs, and minimal dependencies.

Each principle includes a difficulty rating (<code>Easy</code>, <code>Medium</code>, or <code>Hard</code>) to reflect its understanding complexity. Here's a breakdown of each principle with examples and insights into their application:
Here's a breakdown of each principle with examples and insights into their application:

> Each principle includes a difficulty rating (<code>Easy</code>, <code>Medium</code>, or <code>Hard</code>) to reflect its understanding complexity.
---

Expand Down

0 comments on commit 9089f19

Please sign in to comment.