-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
added Scala Pets store as an example project #2694
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2694 +/- ##
==========================================
- Coverage 95.15% 95.15% -0.01%
==========================================
Files 365 365
Lines 6770 6849 +79
Branches 296 302 +6
==========================================
+ Hits 6442 6517 +75
- Misses 328 332 +4
Continue to review full report at Codecov.
|
@@ -21,6 +21,12 @@ position: 30 | |||
* [Scala Exercises](https://www.scala-exercises.org/cats) by 47 Degrees | |||
offers multiple online exercises to learn about the type classes and | |||
datatypes included in Cats. | |||
|
|||
# Examples | |||
* [Scala Pets Store](https://github.com/pauljamescleary/scala-pet-store) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be "Scala Pet Store"
* [Scala Pets Store](https://github.com/pauljamescleary/scala-pet-store) | ||
An implementation of the java pet store using FP techniques in scala. Stack includes Http4s, Circe, | ||
Doobie, Cats, ScalaCheck, and PureConfig. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Demonstrates FP techniques while maintaining approachability for people with an OO background. Uses tagless final for the core domain, and popular Typelevel libraries including Cats, Http4s, Circe and Doobie
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have done this soon, thanks @kailuowang! :)
An implementation of the java pet store using FP techniques in scala. Stack includes Http4s, Circe, | ||
Doobie, Cats, ScalaCheck, and PureConfig. | ||
Doobie, Cats, and ScalaCheck. Demonstrates FP techniques while maintaining approachability for people with an OO background. Uses tagless final for the core domain, and popular Typelevel libraries including Cats, Http4s, Circe and Doobie |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kailuowang can you remove the first two sentences An implementation of the java pet store using FP techniques in scala. Stack includes Http4s, Circe, Doobie, Cats, ScalaCheck, and PureConfig
. The description should start with Demonstrates FP techniques
No description provided.