Fixerio
Fixerio copied to clipboard
Deprecate getObject() in favour of getResult()
Getting a Result class (as added in #2) is obviously more flexible than a dummy object. I'm thinking to deprecate getObject() in favour of getResult(). What do you think @djmarland?
I can agree with that. Personally I much prefer working with named classes than dummy objects.