🎯 Issue Description
Make the tool more robust by improving error handling and providing better feedback to users.
🚀 What You'll Learn
- Exception handling
- User experience design
- Error logging
📋 Tasks
🛠️ Files to Modify
💡 Hints
- Use specific exception types
- Log errors to a file
- Provide actionable error messages
🧪 Testing
# Test with permission issues
python py_sort.py /root # Should fail gracefully
📚 Resources
❓ Questions?
Feel free to ask questions in the comments or start a discussion!
🎯 Issue Description
Make the tool more robust by improving error handling and providing better feedback to users.
🚀 What You'll Learn
📋 Tasks
🛠️ Files to Modify
py_sort.pyREADME.md💡 Hints
🧪 Testing
📚 Resources
❓ Questions?
Feel free to ask questions in the comments or start a discussion!