|
|
|
|
|
by necovek
1629 days ago
|
|
There are several types of designers, and even on the web itself, several different things you might be designing. Designing a text medium (eg. a blog) should have more focus on semantic tagging compared to a SPA where you probably want an entirely different approach (and where talk of "components" makes more sense). I like TeX's box model over CSS which allows for easier "smart" spacing (look up hglue, vglue, hskip, vskip, and eg. care for orphans when typesetting etc.) and smarter column alignment (trivial alignment on decimal point in tables). While I'd never call myself a designer, I've done plenty of TeX (print and PDF) publications that people have commended for usability and appearance. |
|
Typesetting something to a beforehand known format is radically different problem to a beforehand unknown format.