Changes

Jump to: navigation, search

Team !YOU - OOP344

405 bytes added, 15:56, 25 January 2010
m
Do not use tabs when indenting.: Added comments concerning indent rules
=== Do not use tabs when indenting. ===
The tab space is interpreted different across different software and operating systems. Use normal spaces to add indentation instead.
<br /><br />Most text editors have the option to change tabs to spaces, so you are still able to press the tab key, however it will convert it to spaces when the file is saved.<br /><br />Should we declare an indent spacing rule? As in, only use 3 spaced, or 4 spaces. That way all of our code is indented equally? I think that 3 or 4 spaces is okay, anything more than that just takes up to much room.
=== Put the pointer identifier(*) right after the target variable type. ===
1
edit

Navigation menu