Re: Naming Conventions
Posted: Mon Aug 02, 2010 10:37 pm
Hi Sudip and Marek,
Thanks to participations



--
Regards
Thanks to participations
My choice is 3 space; it seems to me 2 is few and 4 is muchSudip wrote:1. 2/3/4 spaces - which do you prefer?
Never usedSudip wrote:2. A good indenting tool (like Edit -> Format current Prg source in xMate)
I don't like using tab key. Because value (it replace how many space) of tab char may change between editors. Pressing three time space key is more fatiguing than single tab key; by most of editors has ability to positioning cursor to same alignment of upper line when pressed Enter key and this is satisfactory for me.mol wrote:I'm setting editor to TAB=4 spaces
Agreed verbatimmol wrote:In my opinion, it causes program is very easy to read and search errors, especially when written with a lot of cases, iterations etc.
--
Regards