Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 7 months agoHow programmers comment their codelemmy.dbzer0.comimagemessage-square34fedilinkarrow-up128arrow-down10file-text
arrow-up128arrow-down1imageHow programmers comment their codelemmy.dbzer0.comAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 7 months agomessage-square34fedilinkfile-text
minus-squareyetAnotherUser@discuss.tchncs.delinkfedilinkarrow-up1·7 months ago/* * Gets stupidFuckingInteger * * @returns stupidFuckingInteger */ public double getStupidFuckingInteger() { return stupidFuckingInteger; }
minus-squareILikeBoobies@lemmy.calinkfedilinkarrow-up1·7 months agoMakes sense, people looking for int would find a double
minus-squarethreelonmusketeers@sh.itjust.workslinkfedilinkEnglisharrow-up1·5 months agoHappy cake day!
minus-squaremrpants@midwest.sociallinkfedilinkEnglisharrow-up1·edit-27 months agoThe lack of a return type declaration makes this sooo good.
minus-squareexpr@programming.devlinkfedilinkarrow-up2·edit-27 months agoIt has the return type declared to be double.
/* * Gets stupidFuckingInteger * * @returns stupidFuckingInteger */ public double getStupidFuckingInteger() { return stupidFuckingInteger; }
This being a double physically hurts
Makes sense, people looking for int would find a double
Happy cake day!
The lack of a return type declaration makes this sooo good.
It has the return type declared to be
double
.