Bootstrap, like jQuery, was a great thing at one time. It still is a great thing to some people. Whenever I see default Bootstrap styles out in the wild though, I get pretty disgusted. Never trust a company that uses default Bootstrap styles in their production apps. It just shouts "I don't care" or "I don't know any better."
So how about all those Bootstrap sites that aren't immediately recognisable? Is it Bootstrap per se that causes your bile to rise or merely insufficiently customized Bootstrap? For example - I think many of the templates here: https://wrapbootstrap.com/ are rather lovely. Do they elicit your disgust?
Bootstrap 3.2.0 released
21–30 of 45 posts
Re: Bootstrap 3.2.0 released
#22Why do you need Bootstrap? You can write a grid system in less than 10 lines of code with Sass. You can also do a typographic mixin in 5 lines of code then customise it as you need. You can also have a icon web font set only for tag in 5 lines of code. What else is there? Forms. You can reset the forms in another 5 lines of code then add stuff for [type=submit] and so on. Why do you need thousands of lines of code wh…
Re: Bootstrap 3.2.0 released
#23Why do you need Bootstrap? You can write a grid system in less than 10 lines of code with Sass. You can also do a typographic mixin in 5 lines of code then customise it as you need. You can also have a icon web font set only for tag in 5 lines of code. What else is there? Forms. You can reset the forms in another 5 lines of code then add stuff for [type=submit] and so on. Why do you need thousands of lines of code wh…
Re: Bootstrap 3.2.0 released
#24Re: Bootstrap 3.2.0 released
#25Bootstrap, like jQuery, was a great thing at one time. It still is a great thing to some people. Whenever I see default Bootstrap styles out in the wild though, I get pretty disgusted. Never trust a company that uses default Bootstrap styles in their production apps. It just shouts "I don't care" or "I don't know any better."
Re: Bootstrap 3.2.0 released
#26What is the video doing there...
Re: Bootstrap 3.2.0 released
#27Why do you need Bootstrap? You can write a grid system in less than 10 lines of code with Sass. You can also do a typographic mixin in 5 lines of code then customise it as you need. You can also have a icon web font set only for tag in 5 lines of code. What else is there? Forms. You can reset the forms in another 5 lines of code then add stuff for [type=submit] and so on. Why do you need thousands of lines of code wh…
Would you bother showing those <50 lines of code?
Re: Bootstrap 3.2.0 released
#28Earlier quoted context omitted.
Actually, to me it screams MVP by a backend focused developer. It signals the exact opposite to me as long as it is a company of only 1-2 people. They know what they are doing but have no design chops...which is much better than the reverse.
Or "they invested time in their product rather choosing to reinvent the wheel on their marketing website". Sounds like a pretty positive indicator to me.
But a lot of the time it really means "Let frameworks do everything for you." Don't reinvent the wheel, but feel free to reimplement subsets of the wheel that aren't all too tailored to your purpose. In fact, if you're a programmer, you probably do that all the time.
Particularly when it comes to web design, there is no specific "wheel" to speak of. I'm all for using Bootstrap... as a framework, not as a template you copy and paste.
I can make exceptions for local web applications (like router interface panels) and small, one-trick apps, though.
Re: Bootstrap 3.2.0 released
#29Re: Bootstrap 3.2.0 released
#30Bootstrap, like jQuery, was a great thing at one time. It still is a great thing to some people. Whenever I see default Bootstrap styles out in the wild though, I get pretty disgusted. Never trust a company that uses default Bootstrap styles in their production apps. It just shouts "I don't care" or "I don't know any better."