·push-null-to-perimeter
</>

push-null-to-perimeter

Null 許容値を含むデータ構造を設計する場合に使用します。 Null チェックがコード全体に散在している場合に使用します。関連する値に暗黙的な null 関係がある場合に使用します。

4インストール·0トレンド·@marius-townhouse

インストール

$npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill push-null-to-perimeter

push-null-to-perimeter のインストール方法

コマンドラインで push-null-to-perimeter AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill push-null-to-perimeter
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: 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-perimeter
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-26
更新日
2026-03-10

Browse more skills from marius-townhouse/effective-typescript-skills

クイックアンサー

push-null-to-perimeter とは?

Null 許容値を含むデータ構造を設計する場合に使用します。 Null チェックがコード全体に散在している場合に使用します。関連する値に暗黙的な null 関係がある場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。

push-null-to-perimeter のインストール方法は?

ターミナルまたはコマンドラインツール(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