FlyerTalk Forums - View Single Post - BA American Express companion voucher | master thread
Old Jan 31, 2022 | 5:03 am
  #634  
Globaliser
FlyerTalk Evangelist
All eyes on you!
20 Years on Site
 
Join Date: Aug 2002
Location: London
Programs: Mucci. Nothing else matters.
Posts: 38,752
Originally Posted by squawk
What I find a bit frustrating about this page with my 'digital' hat on (and, it must be said, some other parts of the BA website - as well as other airlines' websites) is that they're trying to be too clever. Pre-populating the drop-down with only the classes available for a route is sensible, in theory. But it means either caching the available classes for all routes/dates locally (unlikely), or dynamically retrieving this data on the fly (which uses network resources) - I've not checked which it is, but I suspect the latter. These decisions have consequences, e.g. dynamically updating menus doesn't work so well when the network connection is flaky. And the more complex you make something, the more edge-cases you create - or opportunities you make for weird anomalies to slip into your code. Especially if you're using a complex combination of first-and-third party frameworks...
I couldn't agree more!
Globaliser is offline