aommm / bibbla

An android application for the libraries of Gothenburg.
3 stars 0 forks source link

Unit-testability of Job classes #15

Open arildm opened 12 years ago

arildm commented 12 years ago

The code in the Job classes could be split into more semantically named methods, like for instance populateBook(String html), and thereby more efficiently unit-tested. (This thought is based on SearchJob but I would guess it's applicable to other job classes as well.)