I am reading the book Applying-Domain-Driven-Design-Pattern.
In its model design, it has the Order hold reference to Customer, but if it was me doing the design, i will probably have the Customer hold reference to Order.
So, the question, when designing unidirectional relationship, how to decide the direction?