5 ms·
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 havin
by lasereyes136 2y 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.
- ChocolateGod 2y 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 2y agoIt's also the slowest and most bloated desktop software.
- zepolen 2y agoIt 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 2y agoThis, 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.