qaz@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agoWorse than single letterslemmy.worldimagemessage-square39fedilinkarrow-up1321arrow-down116
arrow-up1305arrow-down1imageWorse than single letterslemmy.worldqaz@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square39fedilink
minus-squarePxtl@lemmy.calinkfedilinkEnglisharrow-up7·1 year agoExactly. If it’s a statically typed language and the function has a clear name? I know what type it is, I know what it’s for, I’m good. There are far worse sins, like intermediate variables or worse, public class members named “obj” or “data”.
minus-squareqaz@lemmy.worldOPlinkfedilinkarrow-up1·1 year agoGitHub doesn’t show types. So if the value is given to another function you would have no way of knowing what type it is unless you read the file that other function is declared in.
I’m good with this in C#
Exactly. If it’s a statically typed language and the function has a clear name? I know what type it is, I know what it’s for, I’m good.
There are far worse sins, like intermediate variables or worse, public class members named “obj” or “data”.
deleted by creator
GitHub doesn’t show types. So if the value is given to another function you would have no way of knowing what type it is unless you read the file that other function is declared in.