Home › Forums › Other › Best way to practice › Reply To: Best way to practice
July 29, 2014 at 1:27 pm
#176826
Participant
What about bootstrap or a grid layout?
I see such things included-by-default by many coders, because {magical reasons}. If you understand what bootstrap does, and how it does it, and that’s actually something you need to do… fine. Use it.
But, as Joe says, if all you need is a grid layout, bootstrap is just crazy overkill and bloat. It’s like putting jQuery on your page because you need to find a DOM element by its id
(which, yes, I have also seen done… in fact, I’ve seen jQuery on a webpage that doesn’t actually use it at all).