hono4kami@piefed.social to Programming@programming.devEnglish · edit-22 months agoDon't DRY Your Code Prematurelytesting.googleblog.comexternal-linkmessage-square27fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkDon't DRY Your Code Prematurelytesting.googleblog.comhono4kami@piefed.social to Programming@programming.devEnglish · edit-22 months agomessage-square27fedilinkfile-text
minus-squarePieMePlenty@lemmy.worldlinkfedilinkarrow-up0·2 months agoUltimate DRY: just keep refactoring the one method to accept hundreds of parameters and do everything. Add two numbers? DoIt(1, 2); Subtract? DoIt(null, null, 3, 1); Etc.
minus-squareGurfaild@feddit.orglinkfedilinkarrow-up0·2 months agoinvokeOperation(new Object[]("multiply", 2, 5))
Ultimate DRY: just keep refactoring the one method to accept hundreds of parameters and do everything.
Add two numbers? DoIt(1, 2);
Subtract? DoIt(null, null, 3, 1);
Etc.
This guy seniors
invokeOperation(new Object[]("multiply", 2, 5))