Click to See Complete Forum and Search --> : Coding Specifications


AmitTrehan
October 3rd, 2004, 12:14 PM
Hi Firends,
I want to standardise my coding style, so i need all of urs help to find what are the coding conventions or coding specifications or coding guidelines that a developer must follow to write a good standard code, all from selecting variable names to database connectivity.

Thanks
Amit

TheCPUWizard
October 3rd, 2004, 02:17 PM
There are no rules that a programmer MUST follow :eek:

Also poor programming can result even when following comprehensive coding conventions.

For a good sample though... look at www.IDesign.Net [I am not affiliated with that firm in any way.

Mick
October 3rd, 2004, 02:20 PM
<moved thread>

Please do not cross post your question. Pick one forum that best suits.

Thank you.

AmitTrehan
October 4th, 2004, 08:43 AM
Thanks for your advice Mick , from now onwards i will keep this thing in mind.

Amit

ovidiucucu
October 4th, 2004, 09:24 AM
Hi Firends,
I want to standardise my coding style, so i need all of urs help to find what are the coding conventions or coding specifications or coding guidelines that a developer must follow to write a good standard code, all from selecting variable names to database connectivity.

Thanks
Amit
Try a google search to find tens of coding style guides able to make you just confused.
However, you can start from HERE (http://mindprod.com/unmainnaming.html), because is much more easier to see what is not recommended to do. ;)