1 link tagged with all of: readability + domain-driven-design + cognitive-psychology + code-conventions + naming
Links
This article explains how precise naming in code cuts down mental overhead and speeds up understanding for both humans and AI. It covers naming functions for call-site readability, using wishful thinking to craft natural-language-like code, leveraging domain types for clearer parameters, adjusting name length by scope, and ditching unhelpful prefixes and generic helpers.
naming
readability
cognitive-psychology
domain-driven-design
code-conventions