top | item 46037675

(no title)

DanielHB | 3 months ago

In my experience frontend bugs are usually from over-complicated business logic with layout-issues a distant second.

discuss

order

zelphirkalt|3 months ago

That requires business logic to run in the frontend in the first place though. One could argue it shouldn't. Anything that is checked in the frontend, needs to be re-checked in the backend anyway, because you cannot trust the frontend, because it is under control of the browser/user.