Comments by "MrAbrazildo" (@MrAbrazildo) on "STOP Nit Picking In Code Reviews" video.
-
0:44, wait a minute, is there no error about it? Is it just a matter of "being stupid or not"?
10:27, I'm 2, because:
1) If I delete a '//' C/C++ line comment, I have to decide about indentation right at once. While with 3, after putting a // (lefting a blank space before the cmd), to later delete it, what will happen to those "3 spaces"? Will they turn into a tab or 3 spaces? Does it varies from code editors?
2) Since I use to write pretty horizontal code, tab 2 saves me more space for comments at the right side.
I believe tabs are better than spaces. However, if each 1 on the team has the freedom to chose their own tab config., spaces avoid a mess.
1