Skip to content

Commit ee8c634

Browse files
Update README.md
1 parent 3879c1a commit ee8c634

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

08_Object_Oriented_Programming/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,12 @@ Output:
322322

323323
## ✅ 14. Best Practices
324324

325-
✔️ Use classes to group related operations (e.g., EC2, S3, Jenkins).
326-
✔️ Keep methods **short and single-purpose**.
327-
✔️ Use **inheritance and composition** wisely.
328-
✔️ Prefer **encapsulation** for sensitive data (credentials).
329-
✔️ Write **docstrings** and comments.
330-
✔️ Separate logic into **modules** (e.g., `aws.py`, `docker.py`, `logger.py`).
325+
✔️ Use classes to group related operations (e.g., EC2, S3, Jenkins). <br>
326+
✔️ Keep methods **short and single-purpose**. <br>
327+
✔️ Use **inheritance and composition** wisely. <br>
328+
✔️ Prefer **encapsulation** for sensitive data (credentials). <br>
329+
✔️ Write **docstrings** and comments. <br>
330+
✔️ Separate logic into **modules** (e.g., `aws.py`, `docker.py`, `logger.py`). <br>
331331

332332
---
333333

0 commit comments

Comments
 (0)