ReplyFeb 8, 20161Vasan Subramanian: Exactly!What do you prefer while programming, Tabs or Spaces when indenting code?
CommentFeb 6, 20161Tabs that's rendered to 3 spaces. GitHub renders tabs to 8 spaces by default and that's so annoying.What do you prefer while programming, Tabs or Spaces when indenting code?
ReplyFeb 6, 20161I'm guessing it's partly because github renders tabs with 8 spaces and on a laptop you have to scroll horizontally all the time while reviewing PRs.What do you prefer while programming, Tabs or Spaces when indenting code?
CommentFeb 6, 20161Of course not. Sometimes it's best not writing any test at all.Do you think following TDD is always the best practice?