Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 616 Bytes

domain-modeling-intro.md

File metadata and controls

15 lines (13 loc) · 616 Bytes
titletypedescriptionlanguagesnumprevious-pagenext-page
Domain Modeling
chapter
This chapter provides an introduction to domain modeling in Scala 3.
ru
zh-cn
20
control-structures
domain-modeling-tools

This chapter shows how you can model the world around you with Scala 3:

  • The Tools section introduces the tools that are available to you, including classes, traits, enums, and more
  • The OOP Modeling section looks at modeling attributes and behaviors in an object-oriented programming (OOP) style
  • The FP Modeling section looks at domain modeling in a functional programming (FP) style
close