Hacker News new | ask | show | jobs
by goblin89 4500 days ago
> I've sworn off using Bootstrap in any new project that isn't a prototype for a hack day.

I believe initially Bootstrap was intended for just this use case—make it easier to do a quick mock-up in markup. Once your design is relatively stable, you would naturally spend some time custom-fitting markup and stylesheets (enhancing source code readability, accounting for those who can't see, basic SEO optimization, etc.). This whole ‘front-end framework’ thing seems to me like a wrong direction to take.