Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 7 months agoHow programmers comment their codelemmy.dbzer0.comexternal-linkmessage-square134fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkHow programmers comment their codelemmy.dbzer0.comAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 7 months agomessage-square134fedilinkfile-text
minus-squareAdNecrias@lemmy.ptlinkfedilinkarrow-up0·7 months agoReminds me of a job I had where c# summaries were mandatory and people used a documentation generator just like that. /// Ages the Category. public int AgeCategory (…)
minus-squareschnurrito@discuss.tchncs.delinkfedilinkarrow-up0·7 months agoplenty of APIs in Java have documentation like that and it is worst when I read the documentation in order to find out the definition of the nouns and verbs used there and then it is just like that
Reminds me of a job I had where c# summaries were mandatory and people used a documentation generator just like that.
/// Ages the Category. public int AgeCategory (…)
plenty of APIs in Java have documentation like that and it is worst when I read the documentation in order to find out the definition of the nouns and verbs used there and then it is just like that