I am learning Scala now and I want to write some silly little app like a console Twitter client, or whatever. The question is, how to structure application on disk and logic
Scala supports and encourages the package structure of Java /JVM and pretty much the same recommendation apply:
...
.