se-edu / se-book

:book: Online Book: Software Engineering for Self-Directed Learners
https://se-edu.github.io/se-book/
42 stars 32 forks source link

Inconsistency in Object Oriented Domain Models example #99

Closed ianyong closed 3 years ago

ianyong commented 3 years ago

Under Design > Modeling > Modeling structures > Object Oriented Domain Models, the example of the OODM for the snakes and ladders game states:

The above OO domain model omits the ladder class for simplicity. It can be included in a similar fashion to the Snake class.

However, the Ladder class is not omitted from the OODM.

Link to the relevant section in the CS2103T AY20/21 S1 textbook.

damithc commented 3 years ago

Yup. Good catch @ianyong Will remove The above OO domain model omits the ladder class for simplicity. It can be included in a similar fashion to the Snake class. in the next update.

damithc commented 3 years ago

Fixed.