Albbi@piefed.ca to Programmer Humor@programming.devEnglish · 24 days agoObject oriented programming in Python be like:imagemessage-square49linkfedilinkarrow-up1488arrow-down113
arrow-up1475arrow-down1imageObject oriented programming in Python be like:Albbi@piefed.ca to Programmer Humor@programming.devEnglish · 24 days agomessage-square49linkfedilink
minus-squaretheit8514@lemmy.worldlinkfedilinkarrow-up44·24 days agoOnly if you define it. const that = this
minus-squaremesa@piefed.sociallinkfedilinkEnglisharrow-up15·24 days agoI remember that a long time ago. Oh god
minus-squareAurenkin@sh.itjust.workslinkfedilinkarrow-up7·24 days agoI remember this too… what a nightmare.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up30·edit-224 days agoit’s common practice as a workaround to save this when changing contexts, since this may change under you, in callbacks and such
Wait there’s a “that”???
Only if you define it.
const that = this
I remember that a long time ago. Oh god
I remember this too… what a nightmare.
it’s common practice as a workaround to save
this
when changing contexts, sincethis
may change under you, in callbacks and suchKotlin:
this@outerFunction.bla