▲ 398 ▼ I love all my statements equally. (I don't care for GOTO) (lemmy.stuart.fun) submitted 2 years ago by andrew@lemmy.stuart.fun to c/programmer_humor@programming.dev 30 comments fedilink hide all child comments
[+] railsdev@programming.dev 22 points 2 years ago* (last edited 2 years ago) (5 children) [deleted] permalink fedilink source parent hideshow 10 child comments replies: [–] redcalcium@lemmy.institute 11 points 2 years ago* (1 child) It perfectly makes sense if you think like me. -- a deranged programmer permalink fedilink source parent hideshow 2 child comments replies: [–] QuazarOmega@lemy.lol 9 points 2 years ago -- a deranged programmer Aren't we all? permalink fedilink source parent [–] docAvid@midwest.social 6 points 2 years ago (1 child) Using "self documenting" as a blanket excuse to not document things that need it is inexcusable, yes, but I'd rather work on code written by somebody who seriously thinks about how to make it clean and self documenting, and then documents whatever still needs it as well, than on code written by somebody who doesn't make that effort, but documents heavily. And as for people who claim they're documenting everything, when the documentation is function fooTheBar() // foos the bar, they can eat a bag of docs. permalink fedilink source parent hideshow 2 child comments replies: [+] railsdev@programming.dev 1 point 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent [–] TheYear2525@lemmy.world 5 points 2 years ago (1 child) bool ticket2387_ac3 = true; // TODO if (!ticket2387_ac3) return; permalink fedilink source parent hideshow 2 child comments replies: [–] funkless_eck@sh.itjust.works 5 points 2 years ago ticket is too exposed, what if they reverse engineer the name? just use t2387ac3 instead it saves time permalink fedilink source parent [–] UnRelatedBurner@sh.itjust.works 2 points 2 years ago facts permalink fedilink source parent [–] hairyballs@programming.dev 2 points 2 years ago My coworkers do document the code: /// Returns a list of foos, given a bar. fn get_foos_from_bar(bar: Bar) permalink fedilink source parent
[–] redcalcium@lemmy.institute 11 points 2 years ago* (1 child) It perfectly makes sense if you think like me. -- a deranged programmer permalink fedilink source parent hideshow 2 child comments replies: [–] QuazarOmega@lemy.lol 9 points 2 years ago -- a deranged programmer Aren't we all? permalink fedilink source parent
[–] QuazarOmega@lemy.lol 9 points 2 years ago -- a deranged programmer Aren't we all? permalink fedilink source parent
[–] docAvid@midwest.social 6 points 2 years ago (1 child) Using "self documenting" as a blanket excuse to not document things that need it is inexcusable, yes, but I'd rather work on code written by somebody who seriously thinks about how to make it clean and self documenting, and then documents whatever still needs it as well, than on code written by somebody who doesn't make that effort, but documents heavily. And as for people who claim they're documenting everything, when the documentation is function fooTheBar() // foos the bar, they can eat a bag of docs. permalink fedilink source parent hideshow 2 child comments replies: [+] railsdev@programming.dev 1 point 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent
[+] railsdev@programming.dev 1 point 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent
[–] TheYear2525@lemmy.world 5 points 2 years ago (1 child) bool ticket2387_ac3 = true; // TODO if (!ticket2387_ac3) return; permalink fedilink source parent hideshow 2 child comments replies: [–] funkless_eck@sh.itjust.works 5 points 2 years ago ticket is too exposed, what if they reverse engineer the name? just use t2387ac3 instead it saves time permalink fedilink source parent
[–] funkless_eck@sh.itjust.works 5 points 2 years ago ticket is too exposed, what if they reverse engineer the name? just use t2387ac3 instead it saves time permalink fedilink source parent
[–] hairyballs@programming.dev 2 points 2 years ago My coworkers do document the code: /// Returns a list of foos, given a bar. fn get_foos_from_bar(bar: Bar) permalink fedilink source parent