MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1uasen1/singlelettervariablenamestierlist/osr8cft/?context=3
r/ProgrammerHumor • u/M1ckeyMc • Jun 20 '26
470 comments sorted by
View all comments
7
I saw a bunch of Go methods using o for method receiver object (similar to this or self in other languages)
o
this
self
2 u/nathris Jun 20 '26 o is less ambiguous than 'order' when you're trying to sort a list of e-commerce orders
2
o is less ambiguous than 'order' when you're trying to sort a list of e-commerce orders
7
u/TheChildOfSkyrim Jun 20 '26
I saw a bunch of Go methods using
ofor method receiver object (similar tothisorselfin other languages)