Review of Kevlin Henney`s talk Seven Ineffective Coding Habits of Many Programmers
I watched this video from the start till the end. I see this coding habits very often. I fought unsustainable spacing the wrong way in the past.
Kevlin Henney`s talk video description
Habits help you manage the code complexity. You apply existing skill and knowledge automatically to the detail while focusing on the bigger picture.
But because you acquire habits largely by imitation, and rarely question them, how do you know your habits are effective? Many of the habits that programmers have for naming, formatting, commenting and unit testing do not stand up as rational and practical on closer inspection. Kevlin Henney @kevlinhenney examines seven coding habits that are not as effective as programmers believe, and to suggest alternatives.
Seven Ineffective Coding Habits of Many Programmers
noise code
unsustainable spacing
lego naming
underabstraction
unencapsulated state
getters and setters
uncohesive tests