Hacker News new | ask | show | jobs
by forgottenpass 2427 days ago
So, it's a boilerplate generator that you'd use instead of a library providing an abstraction layer?
1 comments

yes, but our definition of boilerplate is probably wider than usual. e.g. class definition, constructor injection, junit test layout: @beforeAll, @beforeEach etc. Main method/entrypoint construction of all units. As well as package management deployment etc.

i.e. we consider the majority of your application project to be boilerplate, all except your core business logic. This allows you to generate pretty much everything other than your core functions.