• nikolay 2 days ago

    I will investigate it, but scaffolding to me is dangerous as it generates a lot of code that later cannot be as easily maintained/updated as it's been scaffolded. I look for a scaffolder/boilerplate that comes with updates when the base evolves!

    • relistan 2 days ago

      Done properly and to the correct extent, scaffolding generates more maintainable code by ensuring that everything in all the codebases is structured in the same basic way, uses the same base libraries, has the same build steps, etc. Done over the top, it could include things most projects don’t need. Like anything, it requires using good judgment.

    • Dachande663 2 days ago

      This reminds me of Yeoman in a way. Never thought I’d reminisce about the days of backbone and gulp.

      • chedoku 10 days ago

        License?