Tagged Questions

11
votes
14answers
402 views

On K.I.S.S and paving cowpaths

I'm currently developing a PHP application that's using an Access database as a backend. Not by choice you understand... the database is what the client used originally and using it is part of the ...
0
votes
1answer
43 views

Better name than DELEGATE_TRY_PERFORM_SELECTOR_WITH_SELF

I have a lot of viewcontrollers in my project that just redirects to its delegate. So I have made a define for it, but I'm not so happy about it's name. How would you name it or would you do it in ...