User jothiram selvam - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T18:57:29Zhttp://stackoverflow.com/feeds/user/48912http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/393946/what-would-be-the-best-programming-guideline-tip6What would be the best programming guideline/tipjothiram selvam2008-12-26T16:29:02Z2009-07-10T04:12:29Z
<p>What would be the best programming guideline/tip to follow to become a better programmer?</p>
<p>My favorite one is from the book <a href="http://www.pragprog.com/titles/tpp/the-pragmatic-programmer" rel="nofollow">The Pragmatic Programmer: From Journeyman to Master</a> </p>
<blockquote>
<p>Don't Live with Broken Windows</p>
</blockquote>
<p>Their case is: One broken window, left unrepaired for any substantial length of time, instills in the inhabitants of the building a sense of abandonment. People start littering. Graffiti appears. </p>
<p>This theory inspired police department in New York and other cities to crack down on the small stuff in order to keep out the big stuff. It works: keeping on top of broken windows, graffiti, and other small infractions has reduced the serious crime level.</p>
<p>So, don't leave "broken windows" (bad design, wrong decisions, or poor code) unrepaired. Fix each one as soon as it is discovered. Neglect accelerates the software rot faster than any other factor.</p>
<p>Suggest your programming guidelines/tips.</p>
http://stackoverflow.com/questions/395486/how-do-you-manage-and-organize-your-files-scripts-repos-downloads-pdfs-etc/395529#3955290Answer by jothiram selvam for How do you manage and organize your files? (scripts, repos, downloads, pdf's, etc)jothiram selvam2008-12-27T22:36:29Z2008-12-27T22:36:29Z<p>Instead of having a huge hierarchies of folders, I categorize my files and organize them in either one of the following folders:</p>
<p>Work, Personal, Archive, Misc</p>
<p>And then use <a href="http://en.wikipedia.org/wiki/Google_Desktop" rel="nofollow">Google Desktop</a> to manage my files.</p>
http://stackoverflow.com/questions/394651/what-program-can-i-use-to-remotely-help-clients/394685#3946852Answer by jothiram selvam for What program can I use to remotely help clients?jothiram selvam2008-12-27T05:00:48Z2008-12-27T05:00:48Z<p><a href="http://www.teamviewer.com/index.aspx" rel="nofollow">Team Viewer</a> is a desktop sharing remote control support tool. It is free for non-commercial, personal use.</p>
http://stackoverflow.com/questions/392993/what-are-your-favorite-programming-bookmarks/393002#3930024Answer by jothiram selvam for What are your favorite programming bookmarks?jothiram selvam2008-12-25T17:51:32Z2008-12-25T17:51:32Z<p><a href="http://steve-yegge.blogspot.com/" rel="nofollow">Steve Yegge's Blog Rants</a></p>
http://stackoverflow.com/questions/392891/programmers-heavens/392929#3929292Answer by jothiram selvam for Programmers' heavens?jothiram selvam2008-12-25T16:24:21Z2008-12-25T16:24:21Z<p><a href="http://en.wikipedia.org/wiki/Googleplex" rel="nofollow">Googleplex</a></p>
http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391723#3917238Answer by jothiram selvam for What are some good free programming books?jothiram selvam2008-12-24T15:57:18Z2008-12-24T15:57:18Z<p><a href="http://www.gigamonkeys.com/book/" rel="nofollow">Practical Common Lisp</a> is a very good book for Lisp beginnners.</p>
<p><a href="http://www.paulgraham.com/onlisp.html" rel="nofollow">On Lisp</a> covers advanced Lisp techniques.</p>
http://stackoverflow.com/questions/393946/what-would-be-the-best-programming-guideline-tipComment by jothiram selvam on What would be the best programming guideline/tipjothiram selvam2008-12-28T01:06:23Z2008-12-28T01:06:23ZChanged it to community wiki