Skip to content

Commit 5d88869

Browse files
committed
fix: date
1 parent 239e876 commit 5d88869

File tree

1 file changed

+1
-1
lines changed
  • content/blog/solid-single-responsibility-principle

1 file changed

+1
-1
lines changed

content/blog/solid-single-responsibility-principle/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "SOLID principles: Understanding the single responsibility principle"
3-
date: 2024-03-19
3+
date: 2024-03-18
44
image_credit: designedbyflores
55
url: solid-single-responsibility-principle
66
description: The single responsibility principle (SRP) is a software engineering rule that can help developers write code that is more maintainable and testable. By following this principle, developers can break down complex problems into smaller, more manageable units of code, which makes the code easier to understand and maintain.

0 commit comments

Comments
 (0)