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: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
scalalandio/chimney | A library for boilerplate-free data transformations using type-safe mapping and automatic conversion. | 1,174 |
scala/scala | The Scala 2 compiler and standard library for a functional programming language on the JVM. | 14,351 |
milessabin/shapeless | Generic programming library for Scala that enables abstracting over generic functions and eliminating boilerplate code | 3,394 |
scala-js/scala-js | Compiles Scala source code to efficient JavaScript bytecode for use in web and mobile applications. | 4,605 |
databricks/learning-spark | Examples and tutorials for learning Spark using Java and Scala | 3,890 |
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,149 |
scala-native/scala-native | A compiler and runtime designed to compile and execute Scala code directly on the target machine's hardware. | 4,496 |
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,698 |
scalatra/scalatra | A high-performance, async web framework for building Scala applications with JSON support and a Sinatra-like API | 2,654 |
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 |