Changes

Jump to: navigation, search

Team !YOU - OOP344

67 bytes removed, 16:13, 25 January 2010
m
Do not use tabs when indenting.
=== 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.
 
====Indent Rule====
Please only indent to 4 spaces. If we all use the same indenting, when it comes to putting our code together it will looks the same.
<br /><br />
NOTE:
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