Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's too easy in scala to create a giant mudball codebase where every file depends on half the project. Managing the compile graph is almost impossible when you have 20 hackers on the same codebase.

Sometimes I wish that scala had some compiler-flag that signals these problems, maybe a restricted mode or something with annotations.



I have not found that attribute to be significantly different in Scala than in other languages. That is, it seems to be a central problem with all of them.


I think you can speed things up a bit by manually entering the types of objects, in some instances.



I tried it, it's not flexible enough for my needs.


File issues and describe your use-case! :-) The author usually seems to be quite responsive.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: