alexandru / scala-best-practices

A collection of Scala best practices
4.39k stars 623 forks source link

Suggestion SHOULD NOT use scala.App #61

Closed Slakah closed 5 years ago

Slakah commented 5 years ago

Basic reasoning is:

Basically scala.App feels like an anti-pattern when compared to def main(args: Array[String]) = {}.

Slakah commented 5 years ago

Closing this now that #66 has been merged.