DRY = Don’t repeat yourself

  • AnyOldName3@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    20 hours ago

    This is silly. Everyone knows that DRY is telling you that if you do the same sequence of mouse clicks three times in a row, you should spend the day writing a script to automate the task instead of quickly finishing what you were doing by doing the same sequence of clicks a fourth time. If you are supposed to apply it to the code you write, then there’d never be boilerplate-heavy languages like Java.