Loading...
Loading...
Found 2 Skills
Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.
Apply factory function patterns to compose clients and services with proper separation of concerns. Use when creating functions that depend on external clients, wrapping resources with domain-specific methods, or refactoring code that mixes client/service/method options together.