Hacker News new | ask | show | jobs
by mrspeaker 4119 days ago
I like how you redundantly alias `this` to `instance` except in the only method that needs it ;)
1 comments

Haha yeah that was stupid. With the fat arrow "=>" I'm hoping to be able to get rid of it in most instances. I know I could mix this/instance but I'd rather use "instance" everywhere for consistency even if "this" works. I'd love to hear other's thoughts on the matter!