HN user

ajpaulson

2 karma
Posts0
Comments4
View on HN
No posts found.
Leave a Trace 1 month ago

Thanks for the article Jake. It tried twice to subscribe to your newsletter but the page stalled.

The diagram below shows the rule: within each business domain (e.g. App Settings), code can only depend “forward” through a fixed set of layers (Types → Config → Repo → Service → Runtime → UI). Cross-cutting concerns (auth, connectors, telemetry, feature flags) enter through a single explicit interface: Providers. Anything else is disallowed and enforced mechanically.

Can anyone give me a simplified explanation of what they’re saying here? Having some trouble understanding.