File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -305,12 +305,12 @@ docker_utils.start_container("nginx")
305305
306306## ✅ 6. Best Practices
307307
308- ✔️ Keep ** related functions in one module** (e.g., ` aws_utils ` , ` docker_utils ` )
309- ✔️ Use ** meaningful names** for modules and packages
310- ✔️ Add ** docstrings** to explain functions
311- ✔️ Store ** configuration files** separately (` .json ` or ` .yaml ` )
312- ✔️ Use ** virtual environments** for dependency management
313- ✔️ Maintain ** requirements.txt** for all libraries
308+ ✔️ Keep ** related functions in one module** (e.g., ` aws_utils ` , ` docker_utils ` ) < br >
309+ ✔️ Use ** meaningful names** for modules and packages < br >
310+ ✔️ Add ** docstrings** to explain functions < br >
311+ ✔️ Store ** configuration files** separately (` .json ` or ` .yaml ` ) < br >
312+ ✔️ Use ** virtual environments** for dependency management < br >
313+ ✔️ Maintain ** requirements.txt** for all libraries < br >
314314
315315---
316316
You can’t perform that action at this time.
0 commit comments