cm0002@suppo.fi to Programmer Humor@programming.dev · 2 days agoThe Six Stages of Code Griefsuppo.fiimagemessage-square139fedilinkarrow-up11.06Karrow-down111
arrow-up11.04Karrow-down1imageThe Six Stages of Code Griefsuppo.ficm0002@suppo.fi to Programmer Humor@programming.dev · 2 days agomessage-square139fedilink
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up9·19 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)