Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Tabs or Spaces
1
Name:
Anonymous
2007-10-18 10:22
Should I use tabs, or spaces to indent my code?
7
Name:
Anonymous
2007-10-18 11:54
A mix.
Tabs for indentation, and spaces for readability:
<tab>for (int i = 0;
<tab> i < 3;
<tab> ++i) {
<tab><tab>abort();
<tab>}
Don't use a sucky editor that molests young tabs and spaces.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List