No Redundant Type Casting

How to eliminate redundant type assertions (as unknown as T) and defensive coercion wrapping (str(str(x)), Boolean(y === true)), cutting code generation token bloat by 30%.

alivirgo Updated

File contents

alivirgo/Major-AI-Skills/tree/main/skills/no-redundant-type-casting commit b3199be138

Frequently asked questions

npx skillmds@latest add alivirgo/no-redundant-type-casting