debasishg / frdomain

Code repo for Functional and Reactive Domain Modeling
Apache License 2.0
467 stars 136 forks source link

MEAP 6 Listing 3.3 Code error .. #15

Closed debasishg closed 8 years ago

debasishg commented 9 years ago

The success code of "Open" method should be: Success(Account(no,name,Some(openingDate.getOrElse(today)))

The if-clause of "Close" method should be: if (cd before account.dateOfOpen.get)

https://forums.manning.com/posts/list/36233.page#p101211

debasishg commented 8 years ago

fixed ..