Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d6y/gems
Source to go with Scala eXchange 2014 talk
https://github.com/d6y/gems
Last synced: about 1 month ago
JSON representation
Source to go with Scala eXchange 2014 talk
- Host: GitHub
- URL: https://github.com/d6y/gems
- Owner: d6y
- Created: 2014-12-02T12:52:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-10T09:01:46.000Z (about 10 years ago)
- Last Synced: 2023-03-10T19:08:48.157Z (almost 2 years ago)
- Language: Scala
- Size: 14.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Source Code Examples from _Code Review Gems_
Each example from the presentations is in a package (e.g., _src/main/scala/example1_). Inside
each package is the _problem.scala_ example and the _solution.scala_ presented.* Example 1: Configuration, or when Option might not be the right option.
* Example 2: Stringly typed. If you want to run this example, know that it connects to a Postgres database. See _database.scala_ for configuration.
* Example 3: Being able to read unit tests. This is in the _src/main/tests/_ package.
# Presentation
https://speakerdeck.com/d6y/code-review-gems
# Links mention in the Presentation
* http://underscoreconsulting.com/blog/posts/2014/09/03/enumerations.html
* http://underscoreconsulting.com/blog/posts/2014/08/05/code-reviews-dont-produce-quality-code.html