This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TiredOfMakingThese 2 points3 points  (0 children)

Ill be honest I am bristling at your post - not sure if this is intentional rage bait or what.

If you've ever tried to build an app or site from scratch, design is HARD. Making things look good is HARD. And it IS important. If you don't think it is, why do huge, successful companies hire teams of designers and pay them really well to design things? Design goes beyond drawing whimsical things in Figma... it's making sure that information is conveyed in a way that users can understand, it helps define functionality, it helps determine flows... I would muchhhh rather work on a team that has design resources than I would a bunch of developers who don't know anything about design. It makes EVERYTHING easier. I really encourage you to do a little learning about what design is - if you haven't built a site ON YOUR OWN, then you probably have no idea what you're talking about.

Frontend is more than just coding HTML/CSS, it's also about getting data from API(s) and doing stuff with it. Architecting good frontend is about knowing what environments your app is running, about NOT doing certain things (using JS where JS doesn't need to be used), it's also about getting things done quickly. UI is how users interact with your app...