We Don’t Need More Designers Who Can Code(medium.com)

over 8 years ago from Saneef Ansari, Consultant Designer & Developer

  • Mattan IngramMattan Ingram, over 8 years ago

    No, a lot of these developers are very detail oriented, just without design knowledge and without CSS skills. Their detail is about the app logic, not the way it looks.

    They get how CSS works, but they don't know how to remove the empty space between inline-block elements, or how flex-box works compared to floats, or the difference in animation performance between various methods, I could go on.

    Sure CSS is not complicated, but to build a performant, responsive, and beautiful web app you need more than just the basics.

    This becomes increasingly true when you are dealing with SASS or plugins like Bourbon which the developers won't even think to use in the first place.

    The tools and world of writing HTML/CSS is more detailed and complex than you might think, even if the actual code is relatively simple. This way of thinking is highly visual and I find designers are much better at it in general.

    3 points