cm0002@suppo.fi to Programmer Humor@programming.dev · 21 hours agoThe Six Stages of Code Griefsuppo.fiexternal-linkmessage-square121fedilinkarrow-up1949arrow-down110
arrow-up1939arrow-down1external-linkThe Six Stages of Code Griefsuppo.ficm0002@suppo.fi to Programmer Humor@programming.dev · 21 hours agomessage-square121fedilink
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up4·3 hours agoYeah some comments are not useful # returns the value as a string return str(user.id) Some comments are # returns the user id as a string because ZenDesk's API throws errors if it gets a number. # See ticket RA-1037 # See ZenDesk docs: https://etc/ return str(user.id)
Yeah some comments are not useful
# returns the value as a string return str(user.id)Some comments are
# returns the user id as a string because ZenDesk's API throws errors if it gets a number. # See ticket RA-1037 # See ZenDesk docs: https://etc/ return str(user.id)