Mirko Stocker

Monthly Archives: May 2012

Detecting and Naming Boolean Parameters

After a recent discussionĀ on the Scala-Internals mailing listĀ on the pros and cons of methods that take boolean arguments, the consensus was that they should always be passed as named arguments. The compiler doesn’t enforce this, so it’s up to us IDE and tools developers to provide a solution. The code-analysis branch for the Eclipse Scala […]