Live data from Hacker News

Designing as a Developer

blog.benroux.me

1–10 of 11 posts

Re: Designing as a Developer

#6
post #5

The author says that they avoid "Bootstrap like the plague" in favor of Zurb. Why is that?

Author here. Over the years, Zurb's grid has consistently stayed ahead of Bootstrap's in functionality (ex: Zurb was allowing embeddable grids while Bootstrap was still using fixed width) and also in class clarity: "three large columns" vs "col-lg-3".

Beyond these reasons, though, i wouldn't suggest other developers turn their back on Bootstrap if that is what they are familiar with. Its adoption has reached a point where the resources surrounding it are unmatched.

If you are comfortable with bootstrap, stick with it. If you are like me and have a bit of contrarian in you, give Foundation a try and see if you prefer it.

Re: Designing as a Developer

#7
post #5

The author says that they avoid "Bootstrap like the plague" in favor of Zurb. Why is that?

Something to take note of is that zurb grid foundation has ballooned over the years, it used to be way more minimalistic and more modular than bootstrap. Bootstrap and foundation have stolen things from each other over the years and they are very similar today, but generally foundation styling is more subtle and I think that is what he is getting at. The ability to be unique with less effort than you would need using bootstrap.

Also Foundation has a superior grid layout system last time I checked, but dont quote me, I have not looked into bootstrap 4

Re: Designing as a Developer

#9
Hey Ben thank you for your article. I've been thinking about the same, I feel I am much more qualified in the programming part but I really want to make good design as well. One thing I've been doing is buying html themes from sites like themeforest and adopt them to the framework I'm currently working in. These themes are not perfect, and often I have to fiddle around with their code. But the design is usually very good and done by people that are much more experienced than me in UI design. This stuff takes practise. It's almost like expecting UI designers to be able to code well. At the same time I learn different UI tricks by looking at the code.
Post reply on HN