If you start from scratch, then you have to do all of the work you normally have to do when writing manual code, but you still end up with crappier code. I don't get the point, at all.
Discussion
I think the opposite: the best thing it's good for is setting up the skeleton, arranging the boxes on the page, importing all of the libaries, etc. Basically, like a framework.
It's the programming/logic part, that it's really bad at.
yup, it's a glorified scaffolding tool, really inefficient at that
i can build scaffolding code generators in a few hours, with no bugs