Open duvalld opened 11 months ago
The current implementation for removing a task in the Simple Python Task Management System lacks clarity and user guidance when selecting a task index for removal.
suggestion:
- Display task indexes when asking for index ID
- Ask user for another index if the user input a non-existing index ID.
I did not implement suggestion 2 as it is not part of the initial requirement.
The current implementation for removing a task in the Simple Python Task Management System lacks clarity and user guidance when selecting a task index for removal.
suggestion: