mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
fix: add skill boundary
This commit is contained in:
committed by
Peter Sanderson
parent
8081af4403
commit
94beae64c1
@@ -2,6 +2,10 @@
|
||||
|
||||
Some parts of the codebase use the Dependency Injection (DI) pattern. Instead of importing dependencies directly, pass them to the service as parameters. This allows better testability and separation of concerns.
|
||||
|
||||
## Skill boundaries
|
||||
|
||||
Use this skill mainly for packages that directly mention this skill.
|
||||
|
||||
## Service definition standard
|
||||
|
||||
The unified pattern for defining services is as follows.
|
||||
|
||||
Reference in New Issue
Block a user