How to force myself to follow naming and other conventions

Posted by The King on Stack Overflow See other posts from Stack Overflow or by The King
Published on 2010-04-12T13:31:04Z Indexed on 2010/04/12 13:33 UTC
Read the original article Hit count: 400

Hi All,

I believe, I program good, atleast my code produces results...

But I feel I have drawback... I hardly follow any naming conventions... neither for variables.. nor for methods... nor for classes... nor for tables, columns, SPs... Further to this, I hardly comment anything while programming...

I always think that, Let me first see the results and then I will come and correct the var names and other things later... (Thanks to visual studio's reflection here)... But the later does not come...

So, I need tips, to force myself to adopt to the practice of following naming conventions, and commenting...

Thanks for your time

© Stack Overflow or respective owner

Related posts about General

Related posts about programming-languages