Seeing that Uncle Bob is making a new version of Clean Code I decided to try and find this article about the original.

  • JackbyDev@programming.devOP
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 month ago

    I can’t judge this example without seeing what would be inside those other methods. As presented, what you say makes sense, but many of the full examples shown in the article show very strange combinations.

    I agree that private methods can help make code “fit in your head” but at the same time, dogmatically pursuing this can spread code out more which does the opposite.