File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
08_Object_Oriented_Programming Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments