API Surface Minimalism

Keep the public API small by defaulting to private visibility and retiring symbols through deprecation before deletion. Use when designing a module's exports or reviewing what a package exposes to callers.

Amey-Thakur 70d4d9d 2.5 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/code-quality/api-surface-minimalism commit 70d4d9d318

Frequently asked questions

npx skillmds@latest add amey-thakur/api-surface-minimalism