cosmicpython / code

Example application code for the python architecture book
Other
2.14k stars 946 forks source link

Out of stock handling #22

Closed festeh closed 4 years ago

festeh commented 4 years ago

It seems that situation when some goods are out of stock is not handled properly. Yes email will be sent, but allocate would still return "OK" as no exception will be raised. Am I missing something?

hjwp commented 4 years ago

that's intentional. you can make it return an error if you prefer, of course. it all depends on what the (imaginary) requirements might be....

how are you finding the book in general?