| http://www.w3.org/ns/prov#value | - The problem with mocks is they duplicate the logic of the code itself - instantly breaking DRY. Having to use mocks is a code smell and normally indicates the need to refactor.ReplyDeleteRepliesAndrewMay 29, 2013 at 2:00:00 PM PDTMocks work better if you do not put logic into them and just use them to get your code into a certain state (e.g. if you have special handing in your code when your depend
|