bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 month agoThe meaning of thislemmy.mlimagemessage-square17linkfedilinkarrow-up19arrow-down10
arrow-up19arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square17linkfedilink
minus-squarebestelbus22@lemmy.worldOPlinkfedilinkarrow-up0·1 month agoI read that self as a keyword also has quite a history. It was already used in Smalltalk, an OOP language from the early 80’s.
minus-squareJambalaya@lemmy.ziplinkfedilinkEnglisharrow-up1·1 month agoIsn’t self not actually a keyword? Like you can name the first variable in a class method anything and it will behave like self.
minus-squareDiplomjodler@lemmy.worldlinkfedilinkarrow-up0·1 month agoYou could use “this” instead of “self”. And if you want a lynch mob of Python programmers outside your house, make a push request with that to some commonly used package.
minus-squarepastermil@sh.itjust.workslinkfedilinkarrow-up0·1 month agoI think there will be a lynch mob of git users outside your house for calling PR as “push request”.
minus-squareDiplomjodler@lemmy.worldlinkfedilinkarrow-up0·edit-21 month agoI’ve been wondering about the noise. Edit: turns out, they weren’t there to lynch me. They just gave me a two hour lecture on proper usage of git.
minus-squarenaught@sh.itjust.workslinkfedilinkarrow-up1·edit-21 month agoTECHNICALLY, there is no such thing as a pull request in git. That’s a Github convention. It’s really a merge request e: drat someone already out-pedantic’d me
I read that
self
as a keyword also has quite a history. It was already used in Smalltalk, an OOP language from the early 80’s.Isn’t self not actually a keyword? Like you can name the first variable in a class method anything and it will behave like self.
You could use “this” instead of “self”. And if you want a lynch mob of Python programmers outside your house, make a push request with that to some commonly used package.
I think there will be a lynch mob of git users outside your house for calling PR as “push request”.
I’ve been wondering about the noise.
Edit: turns out, they weren’t there to lynch me. They just gave me a two hour lecture on proper usage of git.
TECHNICALLY, there is no such thing as a pull request in git. That’s a Github convention. It’s really a merge request
e: drat someone already out-pedantic’d me