You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
@@ -13,20 +16,3 @@ These abstractions are more effective for modularization compared to the UseCase
13
16
They offer a more intuitive approach to business requirements, thereby enhancing the overall coding process.
14
17
Decide also eliminates the need for dependency injection anywhere but effects and some services [and provides tools](#dependency-injection) to define `DefaultInstance` as a variation of observableState and access it with `Instance` observableState wrapper to obtain the instance.
15
18
16
-
17
-
Additionaly **DecideTesting** provides tools to replace the environment and track execution in tests, allowing for the implementation of functionality tests (black box testing) as easily as unit tests.
18
-
19
-
20
-
## Decision
21
-
22
-
## Effect
23
-
24
-
## Dependency Injection
25
-
26
-
# Decide Testing
27
-
A library that makes testing of Decide-based code easier by providing convenient syntax sugar.
28
-
29
-
# Caveats
30
-
2. Cyclic computations: easy to make a cycle in Computation's dependencies by reading each other.
0 commit comments