019 GitHub stars
02Simplifies complex 'with' statements by isolating error handling into discrete private functions
03Optimizes large structs (32+ fields) into nested structures for better memory efficiency
04Refactors 'Boolean Obsession' and 'Primitive Obsession' into expressive domain-specific types
05Detects unsafe dynamic atom creation to prevent memory leaks and security vulnerabilities
06Identifies non-assertive map access and pattern matching to ensure fail-fast behavior