-
Notifications
You must be signed in to change notification settings - Fork 129
Frida Anselin #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Frida Anselin #127
Conversation
…light change to domain model
…passes immediately
…atusFalseToTrue - green
…ateTaskStatusFalseToTrue - green
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The design needs a bit more work. For example, it would be better for the todoList class to maintain the list of tasks, rather than passing the list into individual methods. Also, the tests are failing
… to include case of no completed tasks or no incomplete tasks
…for empty todolist
|
Have updated the code structure in response to comment and added the remaining tests and methods for the core |
…lete task - green
… non-empty list - green
|
Added tests and methods for extension |
No description provided.