Naming Smells Explained
Bad naming conventions can lead to confusion and inefficiency in code. Peter highlights the pitfalls of vague names like "data" and "manager," emphasizing the importance of specificity in method and class names. By choosing more descriptive verbs and nouns, developers can enhance code readability and maintainability.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
SE-Radio Episode 278: Peter Hilton on Naming
Related Questions