Skip to content

Commit 09ac789

Browse files
Update README.md
1 parent f9ebf71 commit 09ac789

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

06_File_Handling/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,13 @@ except FileNotFoundError:
299299

300300
## ✅ 14. Best Practices
301301

302-
✔️ Always use `with open()` for safe file access
303-
✔️ Validate file existence before reading
304-
✔️ Close files properly
305-
✔️ Use **absolute paths** for production scripts
306-
✔️ Keep **logs and configs separate**
307-
✔️ Implement **error handling** for missing files
308-
✔️ Use JSON or YAML for structured configuration
302+
✔️ Always use `with open()` for safe file access <br>
303+
✔️ Validate file existence before reading <br>
304+
✔️ Close files properly <br>
305+
✔️ Use **absolute paths** for production scripts <br>
306+
✔️ Keep **logs and configs separate** <br>
307+
✔️ Implement **error handling** for missing files <br>
308+
✔️ Use JSON or YAML for structured configuration <br>
309309

310310
---
311311

0 commit comments

Comments
 (0)