Skip to content
Discussion options

You must be logged in to vote

Option B aka more consistent:

case class LongThing(a: String, b: String, c: String, d: String)

val longThing1 = LongThing("one", "two", "three", "four")
// longThing1: LongThing = LongThing("one", "two", "three", "four")
val longThing2 = LongThing("one", "two", "three", "four")
// longThing2: LongThing = LongThing("one", "two", "three", "four")
val longThing3 = LongThing("one", "two", "three", "four")
// longThing3: LongThing = LongThing("one", "two", "three", "four")
val longThing4 = LongThing("one", "two", "three", "four")
// longThing4: LongThing = LongThing("one", "two", "three", "four")
val longThing5 = LongThing("one", "two", "three", "four")
// longThing5: LongThing = LongThing("o…

Replies: 4 comments 6 replies

Comment options

ckipp01
Dec 13, 2020
Maintainer Author

You must be logged in to vote
0 replies
Comment options

ckipp01
Dec 13, 2020
Maintainer Author

You must be logged in to vote
1 reply
@olafurpg
Comment options

Answer selected by ckipp01
Comment options

You must be logged in to vote
2 replies
@eloots
Comment options

@ckipp01
Comment options

ckipp01 Dec 13, 2020
Maintainer Author

Comment options

You must be logged in to vote
3 replies
@ckipp01
Comment options

ckipp01 Dec 13, 2020
Maintainer Author

@arosien
Comment options

@ckipp01
Comment options

ckipp01 Dec 13, 2020
Maintainer Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants