diff --git a/README.md b/README.md index 24556b7b..540ccda5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ programming in style. - [Python](/python/) - [Ruby](/ruby/) - [Sass](/sass/) -- [Scala](/scala/) - [Shell](/shell/) - [Swift](/swift/) diff --git a/scala/README.md b/scala/README.md deleted file mode 100644 index 7e9c1f24..00000000 --- a/scala/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Scala - -- Avoid `var`. -- Avoid implicit conversions. -- Avoid wildcard imports except for implicits. -- Avoid `null` except when necessary for Java compatibility. -- Prefer a lazy effect type like `cats.effect.IO` to `scala.concurrent.Future`. -- Use [scalafmt] to automatically format as much as possible. - -[scalafmt]: https://scalameta.org/scalafmt/