minus-squareweststadtgesicht@discuss.tchncs.detoProgrammer Humor@programming.dev•How programmers comment their codelinkfedilinkarrow-up3arrow-down4·4 months agoIf 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. linkfedilink
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.