Skip to content

kretes/cake-pattern-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cake-pattern-playground

Demo of the (in)famous Cake Pattern guided by Cake Pattern: The Bakery from the Black Lagoon video.

Notes from the talk

Baby steps into Cake Pattern

  1. Split codebase into top-level traits (a trait per file)
  2. Use extends and with to construct modules. Dependencies are therefore:
    1. explicit
    2. documented
    3. type-checked
  3. Use inner objects for namespacing (avoids name clashes)

About

Demo of the (in)famous Cake Pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%