• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Keep track of bookings ?

 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
I have a small question which is not really important, but anyway, as I always get useful answers here I decided to have a go at it ... before removing this definitely of my code ...
Do any of you keep track of the bookings made (FlightNumber, Seats, Person) ? It is of course not required by the specifications, and besides I recall a post on JavaRanch where someone quoted Sun saying that no points are gained by adding something to the requirements, points can however be lost by adding something ... But maybe some of you did ?
Thanks,
Stephane
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nope, none of us do. There is no database to hold that information anyway. All you have to do is change the number of available seats for that flight.
Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic