Open Issues Need Help
View All on GitHub Application • To-Do List
Refactor code to use classes 2 months ago
AI Summary: Refactor a Python command-line to-do application's procedural code into an object-oriented design. This involves creating a `Task` class to represent individual tasks and potentially a `ToDoList` class for managing the list. The refactoring should maintain the existing functionality (adding, viewing, completing, and deleting tasks) while improving code modularity and reusability.
Complexity:
3/5
enhancement good first issue