top | item 38506853

(no title)

butlerm | 2 years ago

Making your code run quickly will not help if your software architecture is inefficient or optimized against the customer as so many web applications are these days, for example. There are many commercial web pages that appear and approximately ten seconds later clicking on a button will actually do something. I am not sure why that it considered acceptable, but customer experience doesn't seem to rank very high on the list of priorities.

discuss

order

shadowgovt|2 years ago

In some cases, it's because the devs are developing locally and never intentionally test with their browser set to simulate latency.

rowanG077|2 years ago

Part of making code run quickly is architecting the solution correctly.