The dilemma “custom versus ready-to-use” is pretty common in the Web world. Whether we talk about CSS, JavaScript, PHP, or a framework in any other programming language, the question of whether to use a prebuilt code base versus using your own code arises often. This is especially important for
front-end frameworks, because they are directly responsible for the look and feel of a website.
Frameworks like Bootstrap and Foundation have changed the way people build their websites. These tools make it a lot easier, even for non-programmers, to create complete websites with minimal effort and time investment. But such “automated” website building can have some serious drawbacks.
view source