|
|
|
|
|
by runT1ME
3326 days ago
|
|
I work with some larger Scala codebases too and the compile times are not that bad either. Maybe 30 seconds is more common for the large ones. Certainly not worse than C++, only a bit slower than Java. >2. Modify your IDE habits to be more REPL friendly Plenty of people use IDEs, I just think if that's what your main sticking point when picking a language, go with C#. It has the best IDE of any language. >3. Modify your team coding habits even if it makes it hard for one person to work on the other person's codebase. Nope, not a problem. I can work on any code base in the company. It's spooky how fast we can jump into others teams projects and contribute, and a lot of that is due to the power of the language. |
|