Slide 8
Slide 8 text
① Entities
• Enterprise (Uber) wide business rules.
• Can be object with methods or set of data structures and
functions.
• Encapsulate most general and high level rules.
• Least likely to change when something external changes
(like page navigation, security etc).
• For News app like NYT, entities would be Category,
Article, Commercial etc.