scala-style-guide
Style guide
A guide for writing maintainable and readable Scala code
Databricks Scala Coding Style Guide
3k stars
140 watching
579 forks
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
scalalandio/chimney | A Scala library for automating data transformations without boilerplate code. | 1,181 |
scala/scala | The Scala 2 compiler and standard library for a functional programming language on the JVM. | 14,360 |
milessabin/shapeless | Generic programming library for Scala that enables abstracting over generic functions and eliminating boilerplate code | 3,398 |
scala-js/scala-js | Compiles Scala source code to efficient JavaScript bytecode for use in web and mobile applications. | 4,610 |
databricks/learning-spark | Examples and tutorials for learning Spark using Java and Scala | 3,892 |
regb/scalanative-graphics-bindings | Bindings to popular graphics libraries for high-performance graphical software development | 40 |
alexandru/scala-best-practices | Guides developers on following best practices for writing maintainable and efficient Scala code | 4,391 |
databricks/tensorframes | Enables manipulation of Apache Spark DataFrames using TensorFlow programs | 749 |
scala/scala-async | A library that provides a direct style of coding for composing asynchronous code in Scala | 1,152 |
scala-native/scala-native | A compiler and runtime designed to compile and execute Scala code directly on the target machine's hardware. | 4,504 |
databricks/spark-corenlp | Wraps Stanford CoreNLP annotators as Spark DataFrame functions for natural language processing tasks | 422 |
fpinscala/fpinscala | A comprehensive collection of exercises, hints, and answers for learning functional programming in Scala. | 5,707 |
scalatra/scalatra | A high-performance, async web framework for building Scala applications with JSON support and a Sinatra-like API | 2,653 |
codelytv/scala-basic-skeleton.g8 | A template for creating new Scala projects with idiomatic best practices and common dependencies | 18 |
scalastyle/scalastyle | Checks Scala code for style and potential problems to improve maintainability and quality | 677 |