#Scala Engineers, what are your pet peeves?🙃 Let us know below⬇️
4
3
7
1K
2
@scalaMatters When people assume Scala is about writing backends in pure FP. I believe it scares away beginners. Besides, during my whole professional career in Scala, I haven't written a line of backend code, and I ditch FP when an alternative is easier or has better performance.
@scalaMatters To think implicit/using even when I'm coding in another lang 😩
@scalaMatters using white-space-based functional application, especially with monadic ops. .flatMap { ... } All function calls should be done using (). Bite me.