Use when refactoring code with poor names, improving naming, or when a user struggles to name a class/method/variable. Symptoms include -Manager/-Util suffixes, single-letter variables, generic verbs, primitive obsession, and god methods with multiple responsibilities.
Desenvolvimentoby kawasima