User jothiram selvam - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T18:57:29Z http://stackoverflow.com/feeds/user/48912 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/393946/what-would-be-the-best-programming-guideline-tip 6 What would be the best programming guideline/tip jothiram selvam 2008-12-26T16:29:02Z 2009-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#395529 0 Answer by jothiram selvam for How do you manage and organize your files? (scripts, repos, downloads, pdf's, etc) jothiram selvam 2008-12-27T22:36:29Z 2008-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#394685 2 Answer by jothiram selvam for What program can I use to remotely help clients? jothiram selvam 2008-12-27T05:00:48Z 2008-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#393002 4 Answer by jothiram selvam for What are your favorite programming bookmarks? jothiram selvam 2008-12-25T17:51:32Z 2008-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#392929 2 Answer by jothiram selvam for Programmers' heavens? jothiram selvam 2008-12-25T16:24:21Z 2008-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#391723 8 Answer by jothiram selvam for What are some good free programming books? jothiram selvam 2008-12-24T15:57:18Z 2008-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-tip Comment by jothiram selvam on What would be the best programming guideline/tip jothiram selvam 2008-12-28T01:06:23Z 2008-12-28T01:06:23Z Changed it to community wiki