Albbi@piefed.ca to Programmer Humor@programming.devEnglish · 2 days agoObject oriented programming in Python be like:media.piefed.caimagemessage-square47fedilinkarrow-up1478arrow-down113
arrow-up1465arrow-down1imageObject oriented programming in Python be like:media.piefed.caAlbbi@piefed.ca to Programmer Humor@programming.devEnglish · 2 days agomessage-square47fedilink
minus-squaretheit8514@lemmy.worldlinkfedilinkarrow-up41·2 days agoOnly if you define it. const that = this
minus-squaremesa@piefed.sociallinkfedilinkEnglisharrow-up14·2 days agoI remember that a long time ago. Oh god
minus-squareAurenkin@sh.itjust.workslinkfedilinkarrow-up6·2 days agoI remember this too… what a nightmare.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up30·edit-22 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