Y
Hacker News
new
|
ask
|
show
|
jobs
by
nvitas
5269 days ago
My buddy wrote the article so I can't comment on his stance but I'm with you on the var self = this;
Like you I like to avoid the use of "$" character unless dealing with jQuerified variables
1 comments
Gigablah
5268 days ago
I've seen some code (mostly from Backbone.js apps) use "var that = this;" instead.
link
rduchnik
5266 days ago
I like the $this just because I'm used to it from codeigniter.
link