Immutability Defaults

Make immutability the default so aliasing bugs turn into compile errors or no-ops instead of action at a distance. Use when designing data structures, state updates, or any value shared across threads or call sites.

Amey-Thakur c046053 2.7 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/code-quality/immutability-defaults commit c046053743

Frequently asked questions

npx skillmds@latest add amey-thakur/immutability-defaults