Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangTung97 authored Feb 1, 2024
1 parent 6c02de2 commit 5983a71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
## Why this library?

* It is simpler than [uber/fx](https://github.com/uber-go/fx), yet still powerful
* Static typing & no use of reflection
* Easy to use and easy to replace objects for unit testing / integration testing
* Static typing & without using reflection
* Easy to use and easy to replace objects for unit & integration testing
* Easy to read & navigate with IDEs
* Safe to use in multiple goroutines
* Very easy-to-read stacktraces when something wrong happens

#### This library is NOT actually using the Service Locator pattern
#### This library does NOT actually use the Service Locator pattern

### Limitations

* Runtime wiring of objects
* Deep stack calls
* ``Override`` functions only works outside of ``new functions`` in ``Register``

* ``Override`` functions only work outside of the ``anonymous functions`` in the ``Register`` calls
## Installtion

```bash
Expand Down

0 comments on commit 5983a71

Please sign in to comment.