Andromxda 🇺🇦🇵🇸🇹🇼 to Programmer Humor@programming.devEnglish • 5 months agoHow programmers comment their codelemmy.dbzer0.comimagemessage-square147fedilinkarrow-up11.56Karrow-down19file-text
arrow-up11.55Karrow-down1imageHow programmers comment their codelemmy.dbzer0.comAndromxda 🇺🇦🇵🇸🇹🇼 to Programmer Humor@programming.devEnglish • 5 months agomessage-square147fedilinkfile-text
minus-square@AdNecrias@lemmy.ptlinkfedilink4•5 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-square@schnurrito@discuss.tchncs.delinkfedilink3•5 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