m05-type-driven

安装量: 652
排名: #5719

安装

npx skills add https://github.com/actionbook/rust-skills --skill m05-type-driven

Type-Driven Design Layer 1: Language Mechanics Core Question How can the type system prevent invalid states? Before reaching for runtime checks: Can the compiler catch this error? Can invalid states be unrepresentable? Can the type encode the invariant? Error → Design Question Show more

返回排行榜