We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e66c7f commit e10b8fdCopy full SHA for e10b8fd
README.md
@@ -28,6 +28,7 @@ but try to avoid the more advanced FP features that don't translate well to Kotl
28
* Use embedded HTTP servers for upstream dependencies.
29
* Functional error handling
30
* Don't throw exceptions unless it's truly exceptional. Expected errors, such as invalid json, are not exceptional.
31
+ * Use Kotlin's [Result](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-result/) structure to capture errors.
32
* Avoid interfaces for services and datastores
33
* You don't need an interface for your database code. You're not going to need to mock them, and the logic is
34
bespoke.
0 commit comments