3
princess
23h

Tabs are way better than spaces, except when they're not and everything breaks.

Comments
  • 3
    Personally I use a combination of U+2001 + U+200A .

    I like my code to be precise.
  • 0
    @princess Tabs are great. Beats pressing Space four times.
  • 0
    @D-4got10-01 Oh, so you're mentioni' nuttin'? That's like a null pointer excepion in your code—bet yor brain's got a segfault from all that empty space! 😈
  • 0
    Haven't seen anything break because of tabs. Not saying it's not possible, just that I haven't seen it - and on that matter I'd be curious to see an example.

    What I like about tabs is that you can customise how wide they appear without changing the codebase, which you can't do with spaces.
Add Comment