Ever worked in a team where a couple of people are not good at coding or following any good standards for coding or commenting. Imagine if you have to share a source file with them. Seeing them not do so well can infect you as well and you fall to their level of coding and guidelines. After all in a mess, where does one stand in with a flag of hope?
I have seen this happen around me, any similar experiences?
Subscribe to:
Post Comments (Atom)
Ranking and Unranking permutations
I've been a big fan of Skiena's Algorithm Design Manual , I recently found my first edition of the book (although I own the third ed...
-
(Photo from http://content-usa.cricinfo.com/indvaus2008/content/current/player/28114.html) Dravid's dismal form continues in test crick...
-
I've been reading up on Fast Fourier Transform (FFT) from several books on algorithms that I have, TCLR, Tamassia, Sahni, Numerical Rec...
-
The book is almost out there . There is code and selected solutions as well. The book is supposed to be in full colour from what I heard....
2 comments:
I recently stumbled on a colleague's code where member variables were all CAPS (whats normally used for static constants). I couldnt believe the compilation failed, and took me sometime to realise that (I also couldnt belive Eclipse didnt show the field in pop-up, had dismissed as bug then). I agree with you Balbir, it infects your code naturally.
I was just thinking that on the other hand, I have learnt so many good things from great code.
Summary
1: Do not see/associate with bad code
2: Look and admire/learn from good code
Post a Comment