Null Handling

Make absence explicit in the type and resolve it at the edges so the interior never dereferences a surprise null. Use when designing return types, parsing external input, or chasing null-reference crashes.

Amey-Thakur 47b3b4b 2.7 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/code-quality/null-handling commit 47b3b4b3ed

Frequently asked questions

npx skillmds@latest add amey-thakur/null-handling