subjectId
language:go
inScope
Cloud-native backends, network services, CLIs, and devops tooling
(Kubernetes, Docker, Terraform are all Go). Sweet spot: small static
binaries, fast compile, simple concurrency via goroutines.
outOfScope
Heavy generic-programming or DSL workloads, GUI apps, ML training,
and domains that need sum types / pattern matching idiomatically.
outOfScopeReasonIds