top | item 41501485

(no title)

lasereyes136 | 1 year ago

Makes sense for desktop software, less so for webapps and web services. I agree with the point that developers should profile their apps and for some apps having a bad computer is an implicit way of doing that. It doesn't mean it is a good strategy for everyone.

discuss

order

zepolen|1 year ago

It makes even more sense for webapps, with the bloated frameworks, non native performance single threaded performance, network access overhead and bloated json parsing everywhere.

Force that dev to try out his app with cpu and network throttling to simulate a normal mobile phone user on a shitty mobile network and he'll soon reconsider fetching 10mb of javascript bundles and rerendering the entire page every time the mouse moves.

troyvit|1 year ago

This, plus the best machines tend to come with high quality monitors, and testing your web apps a using lower resolution can expose all kinds of UI and accessibility gotchas.

ChocolateGod|1 year ago

> Makes sense for desktop software, less so for webapps and web services

Isn't the latter what a large chunk of desktop software is these days?

bigfatkitten|1 year ago

It's also the slowest and most bloated desktop software.