Scala projects are difficult to maintain
mungingdata.com
Scala projects are difficult to maintain
1–10 of 235 posts
Re: Scala projects are difficult to maintain
#2Look at the beautiful code examples in a Scala book and you might be seduced, but make a small change and there is nothing beautiful about it.
Re: Scala projects are difficult to maintain
#3This has not been my experience in the Machine Learning space.
Re: Scala projects are difficult to maintain
#4This is so even at a low-level. Look at the beautiful code examples in a Scala book and you might be seduced, but make a small change and there is nothing beautiful about it.
Re: Scala projects are difficult to maintain
#5Re: Scala projects are difficult to maintain
#6No more than Java, but also why most Scala projects publish to Bintray as it much smoother. Oh wait...
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocen...
Re: Scala projects are difficult to maintain
#7Re: Scala projects are difficult to maintain
#8Re: Scala projects are difficult to maintain
#9>Python projects that are built with Python 3.6 are usable in Python 3.7 projects for example. This has not been my experience in the Machine Learning space.
I'm surprised why scala couldn't solve it better than python -- I mean, scala's a compiled language, so it should have more wriggle-room...
Re: Scala projects are difficult to maintain
#10>Python projects that are built with Python 3.6 are usable in Python 3.7 projects for example. This has not been my experience in the Machine Learning space.