-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forward-port the content of the Scala 2 book into the Scala 3 book #2792
Comments
Control Structures - Scala 3 Book and Control Structures - Scala 2 Book:
|
|
I don't think we want any of that in the Scala 3 book. For testing, we have https://docs.scala-lang.org/toolkit/testing-intro.html |
|
|
|
Anonymous Functions -> https://docs.scala-lang.org/scala3/book/fun-anonymous-functions.html on how to define anonymous functions and https://docs.scala-lang.org/scala3/book/collections-methods.html on how to use them in collection methods |
In an effort to unify the Scala 2 and Scala 3 documentation, we would like the current Scala 3 Book to become a complete documentation of Scala, describing the whole language and detailing the specificities of Scala 2 and Scala 3 when needed. Ultimately, it will be renamed to just “Scala Book”.
To get there, we must carefully read every page of the Scala 2 book and check that its content is fully covered by its corresponding page in the Scala 3 book. If something is missing, that should be added to the Scala 3 book. And if there is no corresponding page in the Scala 3 book, it should be added to it (possibly marked as Scala 2 specific if needed).
See also #2481 for a similar issue on the unification of the Scala 2 and Scala 3 documentation.
Here is a checklist that tracks our progress.
The text was updated successfully, but these errors were encountered: