|
|
|
Which language are you talking about? I only do English and PHP.
I'll list a few of my habits with PHP though, to get the discussion going:
I could never get used to the short <? ?> tags. It's always <?php ?> for me.
I'm always too lazy to hit enter to put the curly bracket after the conditional statement.
I can't read my own code if it's not indented. The TAB key is my good friend.
Worst habit of all: I tend to code to get the job done, not to get it done well. Good thing I'm not a professional programmer
As mainly a Java programmer, I use the convention described on this page : Code Conventions for the JavaTM Programming Language.[/code] |
|