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
refactor(demo): add detailed comments on CountryInMemoryClient usage
- Explain the purpose of wrapping DataInMemory<Country> with CountryInMemoryClient
- Detail the rationale for using this client-side decorator in the demo environment
- Clarify why this approach is specific to the demo environment and not needed in API environments
- Emphasize the use of the Decorator Pattern to extend functionality without altering the generic base
0 commit comments