Y
Hacker News
new
|
ask
|
show
|
jobs
by
from-nibly
756 days ago
Just use Python it uses 'self'
1 comments
jstimpfle
756 days ago
In Python, you can easily just not type "self" (or whatever you named the 1st arg).
In C++, you can not not type "this", at least if you don't, "this" will be looked up anyway.
link
In C++, you can not not type "this", at least if you don't, "this" will be looked up anyway.