March 2018
Intermediate to advanced
324 pages
8h 30m
English
If things look too easy with TDD, then that is on purpose. We are splitting tasks into such small entities that, in most cases, implementing a specification is a piece of cake. This one is no exception:
public boolean drop() {
getMongoCollection().drop();
return true;
}
Read now
Unlock full access