Y
Hacker News
new
|
ask
|
show
|
jobs
by
thescrewdriver
4169 days ago
Java code tends to follow the JavaBeans naming convention even when not implementing beans.
Scala version of your code:
case class Article(title: String, author: String, tags: List[String])