Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
190 views

Is this crufty?

I'm writing code like: class Game { int getMouseX() { return inputManager.getMouseX() ; } } ; I remember seeing code like this and hating it. One function passes off to ...
2
votes
1answer
109 views

Avoiding cruft when design catches up with implementation

I'm a contractor and am often brought in on projects to be heads down and just implement features for a deadline. Oftentimes though my pace becomes faster than that of the underlying design. So I ...
0
votes
1answer
1k views

NSCFDictionary objectForKey unrecognized selector sent to class

After I call a SOAP webservice asynchronously using WSMethodInvocationSetCallBack and WSMethodInvocationScheduleWithRunLoop I get the result in the following callback function and begin parsing it ...