Hacker News new | ask | show | jobs
by throwaheyy 2140 days ago
It's a lot easier to visually scan for _ than for 'this.', quicker to read code that uses _, and it's about 5 times quicker to type.
1 comments

I personally think reasons like this are just pulled out of thin air to justify simple style preferences. For example, `this` is an entire word that the editor draws in a different color, so it seems unlikely that `_` is easier to scan for. Even I'm not claiming to have objective reasons for preferring `this`.