On Jan 27, 4:09 am, Rupesh Pradhan <rupeshkrprad...@gmail.com> wrote: > I have made enough of mistakes in learing how to code and analyse software > coding properly and now my application are basically a bloatware and > increasing in complexity year after year.
Good! That application is probably your greatest source of learning. > I am trying to standardize the way I code, the way i name my variables, > table, fields etc. Basically, i need help in standardizing my programming > techniques. PLEASE FEEL FREE TO COMMENT ON ANY OR ALL OF MY CODING. Very good to ask for critique: that's a great sign of maturity. However, naming of things, or indent level, or capitalization have very little to with good coding. They are simply good manners. I read this somewhere once: - A novice understands the difference between data and code. - An expert understands that all code is data. - A master understands that all data is code. (If you find that last one difficult to understand, here is a hint: "I will, in fact, claim that the difference between a bad programmer and a good one is whether he considers his code or his data structures more important. Bad programmers worry about the code. Good programmers worry about data structures and their relationships."--Torvalds, Linus (2006-06-27). Message to Git mailing list. )