Dima Statz
1 min readJun 6, 2019

--

In Scala, the problem of maintainability can be much harder than in ‘simple programming’ languages like Python. Scala is multiparadigm and very flexible, which means every single problem can be solved in many different ways. It can be OOP or FP, it can be defined in its own DSL.

But overall you are right, poor maintanability can be a problem with any programming language.

--

--