Skip to main content
Post Closed as "Not suitable for this site" by gnat, CommunityBot, Dan Pichelman, Bart van Ingen Schenau
added 8 characters in body
Source Link

What open source projects would you recommend for people to study to learn how the pros write Scala?

Some of the attributes that I'm looking for - though they don't all have to be present in every exemplary project:

  • Idiomatic use of the language and libraries
  • Functional programming techniques
  • Concurrency (using Actors or other methods)
  • Large scale system with many modules
  • Readability
  • Java interop
  • etc.

What open source projects would you recommend for people to study to learn how the pros write Scala?

Some of the attributes that I'm looking for - though they don't all have to be present in every exemplary project:

  • Idiomatic use of the language and libraries
  • Functional programming techniques
  • Concurrency (using Actors or other methods)
  • Large scale system with many modules
  • Readability
  • Java interop

What open source projects would you recommend for people to study to learn how the pros write Scala?

Some of the attributes that I'm looking for - though they don't all have to be present in every exemplary project:

  • Idiomatic use of the language and libraries
  • Functional programming techniques
  • Concurrency (using Actors or other methods)
  • Large scale system with many modules
  • Readability
  • Java interop
  • etc.
Source Link

Which Scala open source projects should I study to learn best coding practices

What open source projects would you recommend for people to study to learn how the pros write Scala?

Some of the attributes that I'm looking for - though they don't all have to be present in every exemplary project:

  • Idiomatic use of the language and libraries
  • Functional programming techniques
  • Concurrency (using Actors or other methods)
  • Large scale system with many modules
  • Readability
  • Java interop