Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · il y a 10 moisHow programmers comment their codelemmy.dbzer0.comimagemessage-square145fedilinkarrow-up11.56Karrow-down19file-text
arrow-up11.55Karrow-down1imageHow programmers comment their codelemmy.dbzer0.comAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · il y a 10 moismessage-square145fedilinkfile-text
minus-squareweststadtgesicht@discuss.tchncs.delinkfedilinkarrow-up3arrow-down4·il y a 10 moisIf done right, the “what it does” is in the method name. If your method is too complicated to summarize in its name, chances are good you should split it up or extract parts of it.
If done right, the “what it does” is in the method name. If your method is too complicated to summarize in its name, chances are good you should split it up or extract parts of it.