Programming in different languages
#7
I personally code in english for the simple reason it is pretty straight forward to explain something the code does, also it saves me time in typing, since most of the words in my native language are shorter in english, and we all know that time = money.

In my scarce experience, 70% of the times, what makes the code truly understandable are the comments and the name you give to your variables, hell, even if you don't comment your code but you do give self explanatory variable names the code is pretty straight forward to read.
Thanks given by:


Messages In This Thread
RE: Programming in different languages - by TheNihilanth - 19 Dec 12, 08:15AM