Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created January 5, 2015 04:03
Show Gist options
  • Save ostretsov/453b90f9c879976a624b to your computer and use it in GitHub Desktop.
Save ostretsov/453b90f9c879976a624b to your computer and use it in GitHub Desktop.
class A(l: Int) {
private val length = l
}
class AMinified (private val length: Int) // avoid code smell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment