5

What do people think of automated code generator frameworks such as Yeoman and Plop? Any experiences to share using those or similar frameworks?

I like the idea of automation, it means code will be consistent (especially across teams), and it means less boilerplate writing that potentially breaks thought processes.

But then does it just waste time? It's something extra to develop, test and debug. Further most of dev time is reading, thinking and modifying.

Comments
Add Comment