|
|
|
|
|
by Tichy
6149 days ago
|
|
While it works well enough for Rails and maybe now also Ubuntu, in general I am wary of generators. Seems to me if there is a need for a generator, it could be a sign that the framework is unnecessarily complex. Since the required configurations and whatnot can apparently be generated automatically, why expose them to the user at all? |
|
It's not like some of the "enterprise" java tools that generate thousands of lines of incomprehensible code.