https://twitter.github.io/effectivescala/
Twitter's Effective Scala Guide
https://twitter.github.io/effectivescala/
Last synced: 7 months ago
JSON representation
Twitter's Effective Scala Guide
- Host: GitHub
- URL: https://twitter.github.io/effectivescala/
- Owner: twitter
- License: other
- Created: 2012-01-31T17:35:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T11:47:00.000Z (over 2 years ago)
- Last Synced: 2025-04-13T06:20:49.536Z (7 months ago)
- Language: HTML
- Homepage: https://twitter.github.io/effectivescala
- Size: 1.04 MB
- Stars: 2,242
- Watchers: 261
- Forks: 628
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- guides - Effective Scala
- awesome-scala - Effective Scala - A guide to writing idiomatic Scala code. (Books)
README
# Effective Scala
This is the repository for the [Effective Scala](https://twitter.github.com/effectivescala/) document.
It is "typeset" in [markdown](https://daringfireball.net/projects/markdown/) using [PEG markdown](https://github.com/jgm/peg-markdown). It also requires the [GNU Troff suite (groff)](https://www.gnu.org/software/groff/).
## Building
To render the document:
make
To publish to github pages:
make pub
## Contributing
Want to contribute and improve the guide? Have a bug or a question?
Please create an issue here on GitHub: https://github.com/twitter/effectivescala/issues
## License
Copyright 2012 Twitter, Inc.
Licensed under the CC-BY 3.0: https://creativecommons.org/licenses/by/3.0