Skip to content

Commit 3c0e8fd

Browse files
authored
solved errors
1 parent c2c24fd commit 3c0e8fd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

blog/Mastering SOLID principles in Java.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
title: 'Mastering SOLID principles in Java'
33
sidebar_label: SOLID principles
4-
authors: [Dharshi Balasubramaniyam]
4+
authors: [dharshibalasubramaniyam]
55
tags: [solid-principles, java, best-practices]
66
date: 2024-06-18
77
hide_table_of_contents: true
88
---
99

10-
# Mastering SOLID principles in Java
11-
12-
- SOLID principles are one of the object-oriented approaches used in software development, intended to create quality software. The broad goal of the SOLID principles is to reduce dependencies, so that developers can change one area of the software without affecting others. Furthermore, they are intended to make designs easier to understand, maintain, reuse, and extend.
10+
SOLID principles are one of the object-oriented approaches used in software development, intended to create quality software. The broad goal of the SOLID principles is to reduce dependencies, so that developers can change one area of the software without affecting others. Furthermore, they are intended to make designs easier to understand, maintain, reuse, and extend.
1311

1412
## 1. Single responsibility principle (SRP)
1513

0 commit comments

Comments
 (0)