Timeline for TDD - What to do when adding a new function on a dependency causes many previous tests to fail?
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 7, 2023 at 17:06 | comment | added | jrgilman | I appreciate the response, this helped put things in perspective. One of the issues is I'm definitely getting far too into the specifics of the internals of the CUT, but in some situations I want to say that it should be more efficient. It seems like I need to simply use a fake implementation of the queue for the majority of this and only use a mock when I really care about internal implementation details for some reason. | |
| Jul 7, 2023 at 4:58 | history | answered | Flater | CC BY-SA 4.0 |