http://qs1969.pair.com?node_id=11132797


in reply to Re: Code style question
in thread Code style question

Perhaps the most important advice in Damion's book appears early in Chapter 2.
All that matters is that you adopt a single, coherent style; one that works for your entire programming team. And having agreed upon that style, that you then apply it consistently across all your development.
Bill

Replies are listed 'Best First'.
Re^3: Code style question
by AlexP (Pilgrim) on May 21, 2021 at 07:36 UTC

    Note about teams sounds very reasonable.

      The definition of "team" can be expanded to refer to yourself and your future self. When you adopt a consistent style everything becomes much easier when you need to change something down the line.