KatrinaHoffert / EatSafe

An app for finding safe places to eat
Other
2 stars 2 forks source link

mocking #138

Closed magnusandy closed 9 years ago

magnusandy commented 9 years ago

I really cannot think of somewhere in the system that mocking can be used effectivly, the only place we would possibly use it is in the model, and the model, is essentially a bunch of storage objects that fill from the database, without any other real functionality,(which is why we made a test db) and even so, the objects dont really rely on each other other than the fact that they store each other. Inspection stores violations, but doesnt USE violations. So i cant really see where mocking would be helpful. Thoughts?

KatrinaHoffert commented 9 years ago

Nope. I've also spent a great deal of time trying to find such places and turned up none. I'm going to say that's a good thing. Our design is so good we don't need mocking.

magnusandy commented 9 years ago

"Our design is so good we don't need mocking." -Mike Hoffert