nice - could do with a none option on the template engine
Show HN: Mega Boilerplate
41–50 of 57 posts
Re: Show HN: Mega Boilerplate
#42I'm going to go against the JS ecosystem grain and say that boilerplates are a total anti-pattern. And not because you should be doing this stuff by hand either, which is probably the second most popular answer. "Boilerplate" implies copying a bunch of code into your project that should be library code but isn't because it's too poorly designed to have an API cleaner than "just fork it, YOLO". It's dramatically harde…
In most of these cases, "boilerplate" implies a choice of frameworks, libraries, build and test tools, with a minimal or recommended configuration, all tested for interoperability. The actual code advancing your application is minimal.
In the case of megaboilerplate, it appears to be a mix of configuration files plus a mini hello world built on top of the technologies. The mini hello world seems to be mostly a demo of how the chosen technologies can interoperate, not really something that "should be library code".
> Shared, standardized toolchains are harder to build but once you do they're a dramatically better long-term investment.
Possibly, but I think you underestimate the effort required to create and distribute a toolchain that would become shared and standardized. In effect, a specific team might choose a particular boilerplate, tweak it to its needs, and the tools and libraries within that boilerplate become their "standardized" toolchain.
Re: Show HN: Mega Boilerplate
#43Re: Show HN: Mega Boilerplate
#44The layout is broken when viewed on mobile (iPhone 6). While this might seem like a minor nitpick, first impressions count.
Re: Show HN: Mega Boilerplate
#45I'm going to go against the JS ecosystem grain and say that boilerplates are a total anti-pattern. And not because you should be doing this stuff by hand either, which is probably the second most popular answer. "Boilerplate" implies copying a bunch of code into your project that should be library code but isn't because it's too poorly designed to have an API cleaner than "just fork it, YOLO". It's dramatically harde…
Re: Show HN: Mega Boilerplate
#46Re: Show HN: Mega Boilerplate
#47Page isn't loading for me. Github is though. https://github.com/sahat/megaboilerplate
Re: Show HN: Mega Boilerplate
#48Re: Show HN: Mega Boilerplate
#49Re: Show HN: Mega Boilerplate
#50Great project. Thanks for sharing! Any plans to add hapi as one of the framework options?