push-null-to-perimeter とは?
Null 許容値を含むデータ構造を設計する場合に使用します。 Null チェックがコード全体に散在している場合に使用します。関連する値に暗黙的な null 関係がある場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
Null 許容値を含むデータ構造を設計する場合に使用します。 Null チェックがコード全体に散在している場合に使用します。関連する値に暗黙的な null 関係がある場合に使用します。
コマンドラインで push-null-to-perimeter AI スキルを開発環境にすばやくインストール
ソース: marius-townhouse/effective-typescript-skills。
Design types so values are either completely null or completely non-null, not a mix.
Mixed null states create implicit relationships that are hard to track and lead to scattered null checks and bugs.
If two values are null together or non-null together, express that in the type.
Null 許容値を含むデータ構造を設計する場合に使用します。 Null チェックがコード全体に散在している場合に使用します。関連する値に暗黙的な null 関係がある場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill push-null-to-perimeterBrowse more skills from marius-townhouse/effective-typescript-skills
Null 許容値を含むデータ構造を設計する場合に使用します。 Null チェックがコード全体に散在している場合に使用します。関連する値に暗黙的な null 関係がある場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill push-null-to-perimeter インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/marius-townhouse/effective-typescript-skills