(no title)
mddw | 12 years ago
First, Bootstrap did not standardize anything. It's a biased perspective to think so : most websites and most developpers don't even know about bootstrap. And those who know about it do not necessarily agree with it (per exemple I hate their JS coding style.)
Second, the myth about "changing your design without touching HTML". Sure, there're some cases where it's possible, but by experience it won't happen. Never. Sadly (or not), a redesign is always coupled with some HTML changes. Bootstrap does not change anything.
So, I think Bootstrap is far less important than, say, Wordpress was. It's a cool tool, useful for a "design dumb" like me to pull a quick demo without a true designer, but in the end it makes boring websites with boring code. It's also a overhyped tool, which won't survive (along with the whole stupid OOCSS thing.)
ebiester|12 years ago
It isn't important in and of itself, but that the documentation is more important than the framework itself because as the developer is writing a list for a project, they will write the list in the same way; they will write the dropdown in the same way, rather than spending time copying and pasting and trying to figure out someone else's code and doing it slightly wrong and putting another class into the CSS, so that you have to change every dropdown by hand if requirements change.
That said, I've seen at least one project where people still just made it up as they went along, even though the framework was there. Sometimes, I think people just don't read. :)
geon|12 years ago
toggle|12 years ago
colemorrison|12 years ago
OGC|12 years ago
pault|12 years ago
mundizzle|12 years ago
if bootstrap markup becomes the lingua franca for common UI patterns, that's a plus in my opinion. no need to reinvent the wheel for something like a set of tabs.
mddw|12 years ago