PREVIEWThis is a preview with sample data. Sign in to access your personal dashboard. READ-ONLYYour analytics layer. You practice inside Claude — this dashboard is just here to show you the patterns.
◆ CODE QUALITY FINGERPRINT
Your habit profile
Not about right or wrong — about how you write. memoised reviews your submissions and tracks recurring habits across every language you use.
magic_numbers▲ rising
Unexplained literals in conditions — if (x > 26). Seen 14× in Python.
single_letter_vars▼ improving
int a, b, c outside loop context. Seen 9× in Java — down from 17.
missing_early_return▲ rising
Deep nesting a guard clause would flatten. Seen 11× across Python, Go.
reinventing_stdlib▼ improving
Hand-rolling max / contains. Seen 5× in Go — down from 12.