Sinisterly
Tabs or Spaces? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Tabs or Spaces? (/Thread-Tabs-or-Spaces)

Pages: 1 2


Tabs or Spaces? - BreShiE - 01-30-2014

An age old question, as old as programming itself. Which do you prefer to use when programming, tabs or spaces?

I personally prefer spaces, even though I'm used to using tabs. I need to get out of that habit.


RE: Tabs or Spaces? - Lain - 01-30-2014

I prefer tabs, it's far quicker to hit the tab key than it is to press space four times.


RE: Tabs or Spaces? - Anizeb - 01-30-2014

Can't fucking stand tabs, I need absolute control over the appearance of my work, and that can't only be achieved with spaces and a monospaced font.

Tabs being anywhere between two and eight spaces, depending on where you look at it? HAHAHA, no. Fuck you.


RE: Tabs or Spaces? - BreShiE - 01-30-2014

(01-30-2014, 01:34 AM)Anizeb Wrote: Can't fucking stand tabs, I need absolute control over the appearance of my work, and that can't only be achieved with spaces and a monospaced font.

Tabs being anywhere between two and eight spaces, depending on where you look at it? HAHAHA, no. Fuck you.

Yeah, I feel the same. I'm a perfectionist, I need my code to look good! However I just tab because I'm lazy.


RE: Tabs or Spaces? - Lain - 01-30-2014

(01-30-2014, 01:51 AM)BreShiE Wrote: Yeah, I feel the same. I'm a perfectionist, I need my code to look good! However I just tab because I'm lazy.

How do tabs look bad? :3
[Image: N8xcS7.png]


RE: Tabs or Spaces? - Satan - 01-30-2014

I use tabs for mine because in my program, everything is the same size everywhere. Which can make code stacked, but tabs look fine.


RE: Tabs or Spaces? - Cyanide and Cynicism - 01-30-2014

Spaces, more control.        


RE: Tabs or Spaces? - Cressi - 01-30-2014

I've used tab since I started out programming, but it may be worth a shot trying spaces instead.


RE: Tabs or Spaces? - cr33pyguy - 01-30-2014

I go for tabs. Always. keeps your code nice and organised in levels.
easy to read for you and if commented for others.


RE: Tabs or Spaces? - Eclipse - 01-30-2014

I've used tabs since the start. I suppose I should start using spaces though as people say it's neater. Meh, we'll see.