jsuereth / sbt-in-action-examples

Source code examples for the book "sbt in Action"
144 stars 54 forks source link

Declare all projects using lazy vals #3

Closed ghost closed 10 years ago

ghost commented 10 years ago

From book (MEAP v10):

We recommend to always use lazy vals to define projects
jsuereth commented 10 years ago

You caught my lazyness!

This statement is MOSTLY because copy-pasting code can alter initialization order and cause issues. Hope that's apparent in the text. Thanks for the patch.