I prefer to track underscores, because if I have:
int test_;
I can type 't' and it will immediately appear at the end of the code.
FROM
int _test;
I need to type '_t' to go to the end of the T code.
Whether this is true or not, I'm not sure, but I was convinced of this.
Markpowell
source share