Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBazarov committed Aug 3, 2023
1 parent 124fcd4 commit 6a21824
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ They offer a more intuitive approach to business requirements, thereby enhancing
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 property and access it with `Instance` property wrapper to obtain the instance.


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. For more information on the mentioned APIs, you can refer to the official Apple documentation for ,
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.


## Decision
Expand All @@ -24,9 +24,7 @@ Additionaly **DecideTesting** provides tools to replace the environment and trac
## Dependency Injection

# Decide Testing
- a library that makes testing of Decide-based code easier by providing convenient syntax sugar.
- [ ] Recursive Override Of Environment

A library that makes testing of Decide-based code easier by providing convenient syntax sugar.

# Caveats
2. Cyclic computations: easy to make a cycle in Computation's dependencies by reading each other.
Expand Down

0 comments on commit 6a21824

Please sign in to comment.