Code review of an Order object implemented as a state machine
As part of the RailsEventStore ecosysem we work on a sample application - Order Management app. In this blogpost I’m looking at the recent changed in the Order class, pointing some smells and improvement directions:
Post a comment