Quote:
Originally Posted by chrishannah
Hmm, wel I didn't really want to generate the whole code and the actions, etc. I want to learn that. But I wanted a way so you could set out various views sort everything out between them and do transitions etc easier, but I now have storyboards!
And I've also realised I shouldn't really be using these as that way I probably won't learn the code, and won't be able to refactor or optimise later on.
|
I understand exactly your points and agree with them.
Point is, that code generators properly made are there to aid, and are completely customizable.
They actually make learning easier, because you can see the "reference implementation" in place generated. You still can write everything by-hand or simply modify the generators so that they produce what you wanted them to do.
Not taking away the liberty and freedom to write any necessary code, but replacing "off-line" HOW-TO and references which might get outdated. Generator code that compiles and more importantly executes and works, is the best reference example you can have.
I'll try to push our example on iOS asap, should be done in 1-2 weeks as I have to find good solid target and polish semi-sensible Objective-C implementation out for the reference to use in the generators.
Kalle