As a follow-up on Is it mandatory to escape tabulator characters in C and C++? (do note I\'m not the author of said question).
I\'ve learned such code is considered
Using tabs in litterals instead of escaping them ('\t'
,"\t") is a bad practice because :