Conversation
|
Hey Ryan, I read through your commit and it mostly looks good, I can't seem to find the _counter variable you are changing, idk if I'm just blind or if it didn't save when you committed but that might be triggering the test cases. Then for the zero-button you used a text widget for '0' instead of Icons.remove (which is what we used in the test cases and caused it to fail b/c of that) but that isn't that important. Regardless your code structure/logic looks correct and we're still working on perfecting the test cases so I appreciate your feedback and we'll work on it. |
added instructions for #3 weekly assignment
Finished the instructions for #3 weekly assignment
|
Good job on Assignment 3, Ryan! The code looks good. Even though it doesn't pass all the tests, it has all the required functionality. One thing I would recommend is to look at the |
The first three tests (Counter increments correctly, Counter decrements correctly, Counter resets to zero) don't pass in VS Code but they work in my app.