|
|
|
|
|
by yummyfajitas
4487 days ago
|
|
Compilation has improved with scala 2.10, and 2.11 purports to speed things up even further. (Note: haven't tried it yet.) Compilation speed is also drastically improved by using the type system. If you give your code well defined internal interfaces, there will be very little recompilation needed by SBT's incremental compiler. Your code will be cleaner too. http://www.chrisstucchio.com/blog/2014/bondage_and_disciplin... |
|