One piece of advice - Stack Overflow most recent 30 from stackoverflow.com2009-11-21T14:49:40Zhttp://stackoverflow.com/feeds/question/3553http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/3553/one-piece-of-advice111One piece of adviceDavid2008-08-06T15:36:46Z2009-11-05T07:53:59Z
<p>If you could go back and give yourself one piece of advice at the start of your programming life/career to help you on your way what would it be ?</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/3556#3556-1Answer by Stu for One piece of adviceStu2008-08-06T15:38:36Z2008-08-06T15:38:36Z<P>Start using a trackball earlier. I do so now but still live in mortal fear of RSI.</P>http://stackoverflow.com/questions/3553/one-piece-of-advice/3558#355829Answer by bcwood for One piece of advicebcwood2008-08-06T15:38:48Z2008-08-06T15:38:48Z<p><strong>Always</strong> write your unit tests <strong>first</strong>! If you tell yourself "oh, I'll just write them later", it will never happen.</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3559#35591Answer by Dan for One piece of adviceDan2008-08-06T15:38:50Z2008-08-07T22:18:41Z<p>Always layer your applications alone logical lines don't stick everything together in a big soup, and use the debugger more.</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3562#356242Answer by Michael Stum for One piece of adviceMichael Stum2008-08-06T15:38:54Z2008-08-06T15:38:54Z<p>Learn to use a Debugger ASAP rather than using print()/exit() statements for debugging...</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3564#35645Answer by EndangeredMassa for One piece of adviceEndangeredMassa2008-08-06T15:40:04Z2008-08-06T15:40:04Z<p>Start earlier!</p>
<p>I didn't even know how to use a computer until High School, where I taught myself BASIC. If I could do anything different, it would have been to start earlier in life. I had the mental capacity, but it was wasted on simple math. (I don't meant to say that Math is easier than Computer Science. I'm just saying that 5th grade math was some pretty easy stuff.)</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3595#359550Answer by Rytmis for One piece of adviceRytmis2008-08-06T15:59:16Z2008-08-06T15:59:16Z<p>You don't really know as much as you think you do (and <a href="http://www.pragmaticprogrammer.com/the-pragmatic-programmer/extracts/tips" rel="nofollow">'select' Isn't Broken</a>!)</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3596#359620Answer by Mauricio Pastrana for One piece of adviceMauricio Pastrana2008-08-06T16:01:00Z2008-08-06T16:01:00Z<p>Ergonomics matter! 14 hours straight same seat staring at screens. not natural.</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3599#35993Answer by Greg Hurlman for One piece of adviceGreg Hurlman2008-08-06T16:02:51Z2008-08-06T16:02:51Z<p>"That year you really tried to learn Assembler? Don't bother, go outside."</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3604#360425Answer by bpapa for One piece of advicebpapa2008-08-06T16:07:09Z2008-08-06T16:07:09Z<p>If I'm talking to bpapa in college - do more development outside of your regular coursework. Get with a professor on a research project. When you graduate in the burst-bubble world it'll help you get a job instead of doing video game QA for 2 years.</p>
<p>If I'm talking to bpapa starting his professional career - you CAN afford to be picky when you are trying to decide which job to take. If an opportunity smells bad from afar, it's going to REALLY stink when you are actually working there.</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3605#36053Answer by Ryan Fox for One piece of adviceRyan Fox2008-08-06T16:08:01Z2008-08-06T16:08:01Z<p>I think the most important thing to teach to a young programmer is how to step away from the computer.</p>
<p>Computers are awesome, but I kinda wish I had more discipline, and a social life.</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3608#3608259Answer by Patrick McElhaney for One piece of advicePatrick McElhaney2008-08-06T16:12:08Z2008-08-06T16:12:08Z<p>Code doesn't exist unless it's checked into a version control system. </p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3614#361415Answer by sparkes for One piece of advicesparkes2008-08-06T16:13:45Z2008-08-06T16:13:45Z<p>Just jump right in and have a go. It's not as hard as people make it out to be and the learning curve is a steep as you want it to be taking baby steps is just as valid a way of learning a new skill as taking giant leaps and it helps you to take stock of what the next step is.</p>
<p>To sum up, do it, do it at your own pace, evaluate your progress and goals frequently.</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3628#3628-1Answer by mauriciopastrana for One piece of advicemauriciopastrana2008-08-06T16:21:56Z2008-08-06T16:21:56Z<p>Oh. skim the books, but the best sites are... sites like these :)</p>
<p>/mp</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3634#363429Answer by Eric Florenzano for One piece of adviceEric Florenzano2008-08-06T16:26:08Z2008-08-06T16:26:08Z<p>Don't spend so much time learning the quirks of the synax. Learn the concepts, and the rest will come.</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3663#3663164Answer by CodingWithoutComments for One piece of adviceCodingWithoutComments2008-08-06T16:46:44Z2008-08-06T16:46:44Z<p>Make sure you meet a chick (and marry her) in college cause you won't meet anymore once you get into your (predominately male) workplace :)</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/3671#36711Answer by Chris Bunch for One piece of adviceChris Bunch2008-08-06T16:51:02Z2008-08-06T16:51:02Z<p>My advice is similar to (but more general than) everyone else: <strong>just do more</strong>! In college you may feel too busy but you should certainly push yourself even further: get a good grip on Linux or Windows (certainly both helps too), go learn some language or framework that they didn't teach you at school, and so forth. Everything you pick up then will come in handy at some arbitrary point in the future.</p>
<p>If you don't like your current situation (maybe your job sucks), you can still do the same and pick up skills to get yourself a better job. It's never too late!</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/5411#5411-1Answer by Terrapin for One piece of adviceTerrapin2008-08-07T22:23:41Z2008-08-07T22:23:41Z<p>Register stackoverflow.com</p>
<p>and register <a href="http://beta.stackoverflow.com/questions/3830/have-you-become-addicted-to-crack-overflow" rel="nofollow">crackoverflow.com</a></p>http://stackoverflow.com/questions/3553/one-piece-of-advice/5449#54492Answer by Stephen Cox for One piece of adviceStephen Cox2008-08-07T22:51:13Z2008-08-07T22:51:13Z<p>Simple. Learn Assembler. When you young and can spend 20+ hours a day looking at a screen filled with bits. </p>
<p>I'd almost say the same thing about C. But with modern C you spend most of you time learning the framework you picked (.Net, Cocoa - whatever). learning Assembler you learn logic. And how things actually work.</p>
<p>Finally, get laid. Now, before you get plumped and bald. ;)</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/6194#619437Answer by Martin for One piece of adviceMartin2008-08-08T17:37:40Z2008-08-08T17:37:40Z<P>Two digits will not be enough come the year 2000.</P>http://stackoverflow.com/questions/3553/one-piece-of-advice/6736#67361Answer by Phil for One piece of advicePhil2008-08-09T11:45:07Z2008-08-09T11:45:07Z<p>Knowing how to use a version control system tops my list as well as using unit testing. Getting this two things done pat as SOP will save lot of time in terms of lost source codes or having gazillion copies all over the place.</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/6791#6791141Answer by Ben for One piece of adviceBen2008-08-09T14:39:07Z2008-08-09T14:39:07Z<p>My biggest hurdle was/is stop thinking that I was stupid compared to other programmers. When you read great code or watch a great coder do his thing, realize he didn't get that way by some sort of magic, or that he was just born with this great ability.</p>
<p>He worked at it. He has made the mistakes you have made and he learned from them. Just know that the only difference between you and him is time and experience. Not some unseen, unobtainable knowledge.</p>
<p>Learn different languages, and when and <strong>why</strong> to use them. Learn an editor, learn everything you can about it. Learn as many tools as you can. You won't use them all but you will be able to chose the best and know <strong>why</strong> you chose them.</p>http://stackoverflow.com/questions/3553/one-piece-of-advice/7328#732849Answer by theprise for One piece of advicetheprise2008-08-10T20:28:39Z2008-08-10T20:28:39Z<p>Practice, practice, practice.</p>
<p>I used to think that reading books and attending lectures would somehow magically transform me into a great coder. While these things are still important, there is nothing at all that can replace writing your own code, and a lot of it.</p>
<p>Also, read other people's code, whether they are more advanced than you or not. There is rarely one single correct way to implement something, and a lot can be learned from seeing how others think.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/7728#772834Answer by David for One piece of adviceDavid2008-08-11T12:41:19Z2008-08-11T12:41:19Z<p>Learn to type.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/7735#77352Answer by epatel for One piece of adviceepatel2008-08-11T12:47:15Z2008-08-11T12:47:15Z<p>The goal is to make programs that others like and use...no matter how good a program is, if no one uses it it's worthless.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/7749#77495Answer by John the Statistician for One piece of adviceJohn the Statistician2008-08-11T12:59:44Z2008-08-11T12:59:44Z<p>Find people doing worthwhile things, and work/play/hang with them. There are many comments about a finding a social life, but if you keep hanging out with people doing clever and interesting things, it'll be a more interesting social life than if you just fall into any group. Also, work hard to expand what you find interesting: many fields apply to what you are doing, and you just don't know unless you look.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/7766#77660Answer by Adam Lerman for One piece of adviceAdam Lerman2008-08-11T13:15:10Z2008-08-11T13:15:10Z<p>Believe in yourself. Stick with it. Make it good enough, and people will love it.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/7769#776911Answer by Nicholas Trandem for One piece of adviceNicholas Trandem2008-08-11T13:20:12Z2008-08-11T13:20:12Z<p>Keep learning! Strive to learn at least one new language, technique, methodology, or concept every year.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/7797#77975Answer by littlegeek for One piece of advicelittlegeek2008-08-11T13:48:53Z2008-08-11T13:48:53Z<p>write code, write code, write code, read some, write code, write code, read some.</p>
<p>bad code is code - any code is programming.</p>
<p>more code = get better at coding. AKA this site =></p>
<p>Learn about all aspects of computers while reading some. </p>
<p>And a must</p>
<p><em>*Title – Code: The Hidden Language of Computer Hardware and Software *</em>
Author – Charles Petzold
ISBN 0735611319</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/7822#78224Answer by happyappa for One piece of advicehappyappa2008-08-11T14:20:44Z2008-08-11T14:20:44Z<p>Get an internship with at least 2 different employers. Ideally, one of the employers would do software as a business, and one of the employers would have software (part of an "IT division") be a supporting component of the business.</p>
<p>Doing this helps you know what type of company works for you, what type of development work you get satisfaction out of, what kind of teams you like working with, what type of environment/architecture/language really interest you, and so on. All that info can be helpful in shaping your goals and the methods you use to achieve them.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/9007#90070Answer by Serhat Özgel for One piece of adviceSerhat Özgel2008-08-12T16:03:13Z2008-08-12T16:03:13Z<p>Keep up the good work.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/9020#90207Answer by y0mbo for One piece of advicey0mbo2008-08-12T16:22:42Z2008-08-12T16:22:42Z<p>You know all those crazy ideas you have? Implement them! NOW! In ten years, I'll be an overnight success!</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/9234#92342Answer by booboojeebies for One piece of advicebooboojeebies2008-08-12T20:54:47Z2008-08-12T20:54:47Z<p>Buy yourself the biggest, brightest monitor you can possibly afford (e.g. 30" Dell or Apple). </p>
<p>You'll be staring at it for a long time.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/9294#929423Answer by icco for One piece of adviceicco2008-08-12T22:33:28Z2008-08-12T22:33:28Z<p>Spec your ideas before you code them.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/9296#929614Answer by icco for One piece of adviceicco2008-08-12T22:33:58Z2008-08-12T22:33:58Z<p>Don't be affraid to put your code out there. Do it often and Do it well.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/10165#1016542Answer by Kristopher Johnson for One piece of adviceKristopher Johnson2008-08-13T18:24:03Z2009-07-08T11:15:04Z<p>Get a job with an organization that considers software and programmers to be valuable and important to the organization's success. Stay away from employers who don't: the software will suck, your co-workers will not care, and there will be nothing you can do about it.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/10170#101703Answer by 1kevgriff for One piece of advice1kevgriff2008-08-13T18:27:48Z2008-08-13T18:27:48Z<p>The debugger is your best friend. Learn it, use it, love it. </p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/10273#102731Answer by aardvark for One piece of adviceaardvark2008-08-13T19:23:13Z2008-08-13T19:23:13Z<p>Pascal won't last long. Plan to keep learning new languages throughout your career, or you won't last long either.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/10275#102753Answer by mabwi for One piece of advicemabwi2008-08-13T19:25:50Z2008-08-13T19:25:50Z<p>Get a computer science degree, and learn math, so you won't be stuck building 3 page forms for peanuts.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/10284#1028424Answer by Rob for One piece of adviceRob2008-08-13T19:31:29Z2008-08-13T19:31:29Z<p>Avoid jobs with companies who have no other IT support besides yourself.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/10298#102981Answer by Nathan Fellman for One piece of adviceNathan Fellman2008-08-13T19:42:32Z2008-08-13T19:42:32Z<p>Get a real job in the the industry while you're still in school so you can get real experience when you graduate.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/11401#1140117Answer by Jacob Proffitt for One piece of adviceJacob Proffitt2008-08-14T17:37:51Z2008-08-14T17:37:51Z<p>There is no such thing as a universal best practice. They all break down somewhere. Learn where your favorite techniques and patterns break and why.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/11456#1145673Answer by Patrik for One piece of advicePatrik2008-08-14T18:24:21Z2008-08-14T18:24:21Z<p>Never rewrite anything that works from scratch. Do refactoring instead.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/11888#118880Answer by Cristián Romo for One piece of adviceCristián Romo2008-08-15T02:03:15Z2008-08-15T02:03:15Z<p>Learn about the tools you use and how they work. </p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/13026#1302617Answer by Ramiro Berrelleza for One piece of adviceRamiro Berrelleza2008-08-16T06:29:16Z2008-08-16T06:29:16Z<p>A few things:</p>
<p>1: When you pick your firsts real jobs, pick something you really love. Don't waste your time doing something you don't like just because it will give you experience, or even just because it pays well. Take advantage of the fact that early on your career you have way less to lose. Later (once you are married, or have kids, or are in dept, or all of the above) life will be harder, and you will have to make bigger compromises.</p>
<p>2: Get involved in every project you can think of during college. Contribute to a locally organized conference, work on a school software project, work on a codeplex|sourceforge|googlecode project. Party. </p>
<p>3: Have fun while doing all of the above.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/13027#13027130Answer by Nick Brosnahan for One piece of adviceNick Brosnahan2008-08-16T06:41:12Z2008-08-16T06:41:12Z<p>Programming is a very sedentary and often stressful job. It sucks you in and makes you eat cold pizza and drink soda at all hours of the night. Look around at your co-workers. Many software engineers are pretty heavy and unhealthy. I wish I were thinner and healthier. </p>
<p>My advice: <strong>Exercise daily. Eat right. Don't ever get soft in the middle.</strong></p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/13642#136422Answer by Almond for One piece of adviceAlmond2008-08-17T13:57:31Z2008-08-17T13:57:31Z<p>Learn to use the keyboard keyboard shortcuts in your IDE and other commonly used programs. The more time your fingers are on the keyboard the better.</p>
<p>Plus it makes you look like a pro to other people! lol</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/14178#1417810Answer by gcrombie for One piece of advicegcrombie2008-08-18T04:20:30Z2008-08-18T04:20:30Z<p>Understanding that to be a good programmer you HAVE to work with people. Being a geek introvert may seem like the perfect programmer profile but if you can't communicate with people they wont understand how to use what you've written.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/17803#178036Answer by kenlefeb for One piece of advicekenlefeb2008-08-20T11:59:42Z2008-08-20T11:59:42Z<p><strong>bpapa</strong> <a href="http://beta.stackoverflow.com/questions/3553/one-piece-of-advice#3604" rel="nofollow">is right</a>. While you're young and relatively inexperienced, be picky about the jobs you select... they <em>will become</em> your experience.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/17811#178110Answer by ollifant for One piece of adviceollifant2008-08-20T12:04:57Z2008-08-20T12:04:57Z<p>Read books</p>
<p>I have developed .NET for about 3 years now, but I started reading programming books just about one year ago. I thought I am fine if I read some blogs, but infact you learn <strong>very</strong> much if you read books.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/17836#178364Answer by seanyboy for One piece of adviceseanyboy2008-08-20T12:31:52Z2008-08-20T12:31:52Z<p>If somebody asks you to change something that you've worked on for a while & you feel really angry/frustrated about this - This is a problem with you. Learn to take criticism better. </p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/17838#178386Answer by Steve for One piece of adviceSteve2008-08-20T12:35:48Z2008-08-20T12:35:48Z<p>The best way to learn any language/framework/whatever is to start producing stuff using it. You can read all the blogs/books/theory you like - you don't truly <em>know</em> something until you've used it for a while.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/17841#178413Answer by Austin for One piece of adviceAustin2008-08-20T12:38:55Z2008-08-20T12:38:55Z<p>First: <a href="http://beta.stackoverflow.com/questions/3553/one-piece-of-advice#3608" rel="nofollow">What Patrick said</a>... you need source control</p>
<p>Second: Take a creative writing class and a public speaking class. Being able to effectively communicate your ideas to co-workers, your boss, or people at a conference is just as important as having the idea in the first place.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/17842#178422Answer by Thomas Owens for One piece of adviceThomas Owens2008-08-20T12:39:08Z2008-08-20T12:39:08Z<p>I would tell myself to learn C and continue to learn C++. My first language was C++, but I don't feel I'm that good in it as when I went to university, I was pretty much forced into Java. So I would just encourage myself to learn as much as I can in C and C++ before going to university.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/17854#178545Answer by Chris B-C for One piece of adviceChris B-C2008-08-20T12:52:34Z2008-08-20T12:52:34Z<p>Learn Smalltalk. The earlier you really appreciate and understanded object-oriented design the better!</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/17868#1786815Answer by Christian Hagelid for One piece of adviceChristian Hagelid2008-08-20T12:57:16Z2008-08-20T13:27:57Z<ol>
<li><p>Ask questions! Don't completely understand something? Ask questions until you do. Ask your teacher, co-workers, friends and on online communities like this one. The only dumb question is the one that was never asked.</p></li>
<li><p>Having a 'it just works' attitude can get you down a very scare path if you ever have to maintain it. If you are afraid on maintaining your code then it's either overly complicated or you don't have the necessary deep understanding of how it's implemented.</p></li>
</ol>
http://stackoverflow.com/questions/3553/one-piece-of-advice/26690#266901Answer by Vincent Fazio for One piece of adviceVincent Fazio2008-08-25T19:29:37Z2008-08-25T19:29:37Z<p><strong>Test First</strong> - It forces you to define the minimal set of criteria you need to solve your problem. You'll build better interfaces (api), and you'll write less code by developing "just enough" code to pass the test. The tests also serve as "documentation" to other developers on how the system is supposed to behave and allows them to add behavior without fear they are breaking functionality.</p>
<p>I was surprised how effective this technique is and how it increased my productivity.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/27554#275543Answer by Thomas Vander Stichele for One piece of adviceThomas Vander Stichele2008-08-26T08:21:25Z2008-08-26T08:21:25Z<p>Don't get your life advice on the internet.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/27575#275751Answer by David Crow for One piece of adviceDavid Crow2008-08-26T08:44:47Z2008-08-26T08:44:47Z<p>Keep up with the latest technologies, but don't overspecialize. Everything becomes obsolete or loses popularity eventually.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/27734#277340Answer by Brabster for One piece of adviceBrabster2008-08-26T10:52:06Z2008-08-26T10:52:06Z<p>Write or help write something other people use and you have to support - you'll soon see where your weaknesses are when <em>other people</em> get their grubby mitts on your hard work!</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/29189#29189-1Answer by David L Morris for One piece of adviceDavid L Morris2008-08-26T23:31:53Z2008-08-26T23:31:53Z<p>Don't do prototypes!</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/29712#2971271Answer by Brian Paden for One piece of adviceBrian Paden2008-08-27T08:08:50Z2008-08-27T08:08:50Z<p>Actually finish some of your pet projects.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/30630#306303Answer by Brian G for One piece of adviceBrian G2008-08-27T16:56:47Z2008-08-27T16:56:47Z<p>Read Code Complete and understand that the most important thing is that people can understand your program easily ( even you, 6 months later ) </p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/30636#3063614Answer by Allain Lalonde for One piece of adviceAllain Lalonde2008-08-27T17:00:29Z2008-08-27T17:00:29Z<p><strong>Your wheel is not better!</strong></p>
<p>Suck it up.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/30659#306592Answer by Mike Furtak for One piece of adviceMike Furtak2008-08-27T17:10:56Z2008-08-27T17:10:56Z<p>Learn another programming language. The perspective you gain is worth it, even if you never use the language professionally.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/30663#306633Answer by Nick Haddad for One piece of adviceNick Haddad2008-08-27T17:13:19Z2008-08-27T17:13:19Z<p>Step through <strong><em>every</em></strong> new line of code in a debugger. It is the easiest way to find new bugs.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/30664#3066410Answer by levand for One piece of advicelevand2008-08-27T17:13:40Z2008-08-27T17:13:40Z<p>Never, ever stop learning new things. If you don't have the opportunity to try out new stuff at work, buy books and learn on your own.</p>
<p>Learn by both breadth and depth - learn a tiny bit about everything, and pick two or three things to really focus on and learn inside and out.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/33665#336650Answer by rmbarnes for One piece of advicermbarnes2008-08-28T23:44:59Z2008-08-28T23:44:59Z<p>Don't sleep in till midday every day when at uni studying comp sci, it won't end well for you that way.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/33674#336741Answer by Sergio Acosta for One piece of adviceSergio Acosta2008-08-28T23:51:30Z2008-08-28T23:51:30Z<p>Try to always work with people that are smarter than you. Life is too short to be surrounded by morons and trying to fix problems that everybody are aware of but nobody really cares to fix.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/33686#336862Answer by izb for One piece of adviceizb2008-08-28T23:59:52Z2008-08-28T23:59:52Z<p>If you don't know how to do something, give the problem a good name.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/33730#337301Answer by Lucas for One piece of adviceLucas2008-08-29T00:57:17Z2008-08-29T00:57:17Z<p>Maintain an interest other than programming and IT. Make sure you stay (or get) "socially healthy".</p>
<p>Also, find yourself a mentor or three to learn from - it's far easier and more interesting to learn from people than from books.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/33732#337324Answer by Baltimark for One piece of adviceBaltimark2008-08-29T01:02:10Z2008-08-29T01:02:10Z<p>Any code you write, either</p>
<ol>
<li>You will come back to it at some time after being away from it for 6+ or more months OR</li>
<li>Another programmer will have to look at it without you being there</li>
</ol>
<p>So, make it readable, consistent, commented, and documented.</p>
<p>I've spent so much time and effort trying to figure out what code does that I'VE WRITTEN that it's ridiculous.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/34593#345931Answer by Nathan for One piece of adviceNathan2008-08-29T16:15:10Z2008-08-29T16:15:10Z<p><em>Write more code</em>. The only way to get better at writing code is by doing it.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/34605#346051Answer by kronoz for One piece of advicekronoz2008-08-29T16:19:54Z2008-08-29T16:19:54Z<p>I'd advise myself to not be so frightened that I'm dumb, this stuff is <em>really</em> hard. I'd advise myself that <em>nobody</em> knows even anything close to everything so the hallmark of a good programmer is to always question everything and to remain curious. I'd also point myself at Jeff's article on <a href="http://www.codinghorror.com/blog/archives/001124.html" rel="nofollow">Strong Opinions Weakly Held</a> (well it didn't exist back then, I'd take a copy with me ;-), because that article has completely changed my attitude to life as well as code.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/35225#352252Answer by Nathan Black for One piece of adviceNathan Black2008-08-29T20:21:18Z2008-08-29T20:21:18Z<p>Your work is about interactions with others. With people, with problems, with systems, with office politics, with the customers, with your boss. You never work in a vacuum, even if you are the only programmer on the project. Learn to play well with others and you will be years ahead.</p>
<p>Good ways to do this include, but are not limited to:</p>
<ul>
<li>Source control</li>
<li>Documentation</li>
<li>Learning to read code</li>
<li>Just listening</li>
<li>Realizing that not all process is evil</li>
</ul>
http://stackoverflow.com/questions/3553/one-piece-of-advice/35231#352315Answer by chakrit for One piece of advicechakrit2008-08-29T20:25:40Z2008-08-29T20:25:40Z<p>Read this book:</p>
<p><img src="http://www.charlespetzold.com/code/code.jpg" alt="alt text" /></p>
<p><a href="http://www.charlespetzold.com/code/" rel="nofollow">CODE by Charles Petzold</a></p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/35253#352530Answer by Pat for One piece of advicePat2008-08-29T20:35:53Z2008-08-29T20:35:53Z<p>Read about your practice...
Keep up with one job related blog/site...
Always keep learning...</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/35326#353262Answer by Ben for One piece of adviceBen2008-08-29T21:21:12Z2008-08-29T21:21:12Z<p>Learn the difference between the things you can control and the things you can't control. That way, you can spend your time and energy (both very finite) worrying about and working to improve the things you can control (skills/knowledge, attitude, work ethic, assertiveness, adaptability, punctuality, etc.) instead of the things you can't control (your boss, others' opinions of you, etc).</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/38585#385851Answer by John Channing for One piece of adviceJohn Channing2008-09-01T23:08:44Z2008-09-01T23:08:44Z<p>Set aside some time every day for learning. It doesn't need to be much, 30 minutes first thing in the morning <em>before</em> you start reading your emails will do.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/39151#391516Answer by Madir for One piece of adviceMadir2008-09-02T10:02:21Z2008-09-02T10:02:21Z<p>"Debugging is twice as hard as writing the code in the first place. Therefore, if you write code as cleverly as possible, you are, by definition, not smart enough to debug it."
<em>- attributed to Brian Kernighan.</em></p>
<p>... the blood, the sweat, the tears that I have caused myself! </p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/39171#391710Answer by Bert Lamb for One piece of adviceBert Lamb2008-09-02T10:18:21Z2008-09-02T10:18:21Z<p>Sometimes you just have to do whatever it is you think really needs to be done. It is easier to beg forgiveness than to ask permission.</p>
<p>At the same time, make sure you know how to do what needs to be done :)</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/39341#393410Answer by Spoike for One piece of adviceSpoike2008-09-02T12:04:59Z2008-09-02T12:04:59Z<p><strong>Screw this job!</strong> I never wanted to be a coder... I always wanted to be...</p>
<p>...<a href="http://www.youtube.com/watch?v=5zey8567bcg" rel="nofollow">A LUMBER JACK</a>!</p>
<p>Leaping from tree to tree, as they float down the mighty rivers of British Columbia.</p>
<p>The Giant Redwood. </p>
<p>The Larch. </p>
<p>The Fir! </p>
<p>The mighty Scots Pine!</p>
<p>The lofty flowering Cherry! </p>
<p>The plucky little Apsen! </p>
<p>The limping Roo tree of Nigeria.</p>
<p>The towering Wattle of Aldershot! </p>
<p>The Maidenhead Weeping Water Plant!</p>
<p>The naughty Leicestershire Flashing Oak! </p>
<p>The flatulent Elm of West Ruislip!</p>
<p>The Quercus Maximus Bamber Gascoigni! </p>
<p>The Epigillus! </p>
<p>The Barter Hughius Greenus!</p>
<p>With my best buddy by my side, we'd sing! Sing! Sing!</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/40341#403412Answer by Celestial M Weasel for One piece of adviceCelestial M Weasel2008-09-02T19:16:54Z2008-09-02T19:16:54Z<p>People are very superficial, get a smart suit (and keep it smart), iron your shirts well etc., and you will get on faster. </p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/43469#434694Answer by htanata for One piece of advicehtanata2008-09-04T10:42:17Z2008-09-04T10:42:17Z<p><strong>Contribute to open source.</strong></p>
<p>From there, you'll learn the basic software development stuff that most schools don't teach like <strong>version control</strong> and <strong>issue tracker</strong>.</p>
<p>Surprisingly (though I'm not surprised anymore), a lot of programmers are still in the dark about these things.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/44888#4488855Answer by John Meagher for One piece of adviceJohn Meagher2008-09-04T22:08:00Z2008-09-04T22:08:00Z<p>When you realize that your job sucks, LEAVE. You're not under any obligation to stick with a failing company/project/team/... There are better things out there.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/45194#45194-1Answer by Tai Squared for One piece of adviceTai Squared2008-09-05T03:35:59Z2008-09-05T03:35:59Z<p>Never work for a company that doesn't score at least a ten on the [Joel Test] (<a href="http://www.joelonsoftware.com/articles/fog0000000043.html" rel="nofollow">http://www.joelonsoftware.com/articles/fog0000000043.html</a> "Joel Test")</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/45196#45196-1Answer by jhs for One piece of advicejhs2008-09-05T03:43:58Z2008-09-05T03:43:58Z<p>Buy Google stock!</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/45198#451981Answer by BPAndrew for One piece of adviceBPAndrew2008-09-05T03:45:27Z2008-09-05T03:45:27Z<p>Just build things and don't wait for someone to hand you a cool gig. Start your own businesses / websites. Be comfortable with failing. Just get in the habit of getting things done. Confidence is built on experience which is built upon learning from failure.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/46020#460200Answer by Doanair for One piece of adviceDoanair2008-09-05T15:19:02Z2008-09-05T15:19:02Z<p>Go to college!! Especially before you get married and have 3 kids to feed!!!</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/48196#481960Answer by Nick Retallack for One piece of adviceNick Retallack2008-09-07T06:19:14Z2008-09-07T06:19:14Z<p>There's no such thing as "Real Programmers", and nothing Turing complete is "Just a Scripting Language". You don't have to be a hard core into ASM and low level C to get respect (though it can feel bad-ass). And don't ever use something just because it's an industry standard.</p>
<p>There is nothing wrong with loving python, javascript, hypercard, multimedia fusion, the starcraft map editor, or whatever your guilty pleasure "not a real man's language" is. Programming should be fun!</p>
<p>Also, Don't wait for academics to teach you computer science. Start learning now!</p>
<blockquote>
<p>David: "Learn to Type"</p>
</blockquote>
<p>Oddly enough, that's the one thing I went in strongly believing. I even taught myself dvorak =]. Now I don't have a shred of carpal tunnel, but I am getting back problems. Maybe I should have <a href="http://www.codinghorror.com/blog/archives/001146.html" rel="nofollow">invested in a quality chair</a>.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/48639#486391Answer by rrichter for One piece of advicerrichter2008-09-07T18:15:36Z2008-09-07T18:15:36Z<p>Learn how to program in a group environment.</p>
<p>When you first start out, it appears that programming is a solitary exercise, just you together with the machine. To do anything real, though, you need to learn how to work with</p>
<ol>
<li>One other person (either a programmer or marketer)</li>
<li>A small team (divide up a program into modules so that work can proceed in parallel)</li>
<li>A large team (you are a cog in the wheel of a huge project...)</li>
<li>Open-source community at large</li>
</ol>
<p>None is this is clear when you start out.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/48690#486900Answer by RTipton for One piece of adviceRTipton2008-09-07T19:11:11Z2008-09-07T19:11:11Z<p>I agree about the source control..very important.</p>
<p>Continue to learn other languages. Don't rely only on the language you program in at work. You never know when Microsoft is going to stop supporting it...</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/48695#486950Answer by George Mauer for One piece of adviceGeorge Mauer2008-09-07T19:19:49Z2008-09-07T19:19:49Z<p>Learning how to do stuff in practice can be even more fun then learning to do stuff in theory. Start with coding horror, read proggit (ok, so that wasn't available till I graduated college). Find blogs that interest you. Its scary at first but you'll understand it all soon. Who knows, one day I might even figure out what Steve Yegge is talking about.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/48697#486972Answer by Xian for One piece of adviceXian2008-09-07T19:20:50Z2008-09-07T19:20:50Z<p>Drink more beer</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/49113#491130Answer by jholl for One piece of advicejholl2008-09-08T03:13:07Z2008-09-08T03:13:07Z<p>Decide what your core competency is and adjust your career to exploit that competency.</p>
<p>“<em>You can’t get a gold nugget from a horse turd no mater how hard you polish it.</em>”</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/49123#491230Answer by Rob Rolnick for One piece of adviceRob Rolnick2008-09-08T03:21:19Z2008-09-08T03:21:19Z<p>Based solely on the extremely limited experience that I've had, it would be: "You don't know half as much as you think you do." (Apply repeatedly.)</p>
<p>If I had a second it would be that "sometimes removing semi-colons is more useful than adding them."</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/49141#49141-1Answer by pkoch for One piece of advicepkoch2008-09-08T03:56:54Z2009-10-20T01:29:29Z<ul>
<li>Don't printf debug</li>
<li>Don't release code you wouldn't like to maintain. You'll probably will.</li>
</ul>
http://stackoverflow.com/questions/3553/one-piece-of-advice/49193#491930Answer by Sasayins for One piece of adviceSasayins2008-09-08T05:15:30Z2008-09-08T05:15:30Z<p>when coding, always disconnect your Internet connection.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/55393#553930Answer by Clay Nichols for One piece of adviceClay Nichols2008-09-10T21:51:30Z2008-09-10T21:51:30Z<p>Know what you want the code to do (framed in the form of a test, which needn't be automated). And the code isn't done till it's passed that test.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/63888#638886Answer by Oddthinking for One piece of adviceOddthinking2008-09-15T15:22:29Z2008-09-15T15:22:29Z<p><strong>Do the risky items first.</strong></p>
<p>In other words, work out what the greatest risk is to your project. The first task should be to do whatever it takes to drive out that risk, or kill the project early. Repeat until your funding source is willing to wear the remaining risks.</p>
<p>This piece of advice subsumes "Specify first", "Write a disposable prototype first", "Write unit tests first", "Write the user stories first", "Write the project plan first", "Learn your tools first". They are all just special cases, for some projects, of the general rule.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/64054#640540Answer by unknown (yahoo) for One piece of adviceunknown (yahoo)2008-09-15T15:41:27Z2008-09-15T15:41:27Z<p>You learn to write good code the same way you learn to write good prose: practice and constructive criticism. If your organization doesn't do code reviews already, get them to do so. You'll be amazed at how much you learn by reviewing others' code and having others review your code.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/66598#665980Answer by JB King for One piece of adviceJB King2008-09-15T20:26:47Z2008-09-15T20:26:47Z<p>Beware the myth of the perfect code... it doesn't exist and never shall exist.</p>
<p>I'd also add that design patterns are something I should have picked up sooner than I did.</p>
<p>JB</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/66674#666740Answer by phear for One piece of advicephear2008-09-15T20:35:05Z2008-09-15T20:35:05Z<p>640k is <em>not</em> enough for everyone...</p>
<p>Oh,</p>
<p>and impersonating Bill Gates is <strong><em>not</em></strong> cool. I wish I knew that a sentence ago.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/69381#693810Answer by Serge for One piece of adviceSerge2008-09-16T04:27:38Z2008-09-16T04:27:38Z<p>Assume NOTHING!</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/76133#761331Answer by Jen A for One piece of adviceJen A2008-09-16T19:42:03Z2008-09-16T19:42:03Z<p>1) Read (good) code to get ideas</p>
<p>2) If you're writing anything that will take you longer than 3 hours to complete, more of your time will be better spent designing it (off the keyboard, on paper or a whiteboard) than you think. Don't just jump into writing code!</p>
<p>3) Learn about design patterns and good code practices -- you don't want to be that guy (gal) with everything in one giant class and try to debug your 3 page long function.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/76159#761591Answer by CobolGuy for One piece of adviceCobolGuy2008-09-16T19:44:58Z2008-09-16T19:44:58Z<p>That cobol you are learning might just come in useful after all, Not every programming job will require you to know the ins and outs of inheritance....</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/77392#77392-1Answer by Bill Michell for One piece of adviceBill Michell2008-09-16T21:36:50Z2008-09-17T13:22:10Z<p><strong>Write Unit Tests</strong></p>
<p>You know that test code that you write in your main methods as you go along, to make sure the code does what you think it should, then delete and replace when you move on to the next item?</p>
<p>Don't delete it. Find a way to keep it all and build it into an effective unit test/regression suite. Oh - and find out what those are at the same time. They are much easier to do than you might think.</p>
<p>You'll thank yourself in the long term.</p>
<p>Oh yes, and don't forget to coin the term Test Driven Development for it. Then it'll be your name that everyone remembers!</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/88673#886733Answer by Jonathan Webb for One piece of adviceJonathan Webb2008-09-17T23:27:13Z2008-09-17T23:27:13Z<p>Practise your <strong>communication skills</strong> as much as possible, especially with non-technical people. They're most likely to be your customers.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/88915#889156Answer by Josh for One piece of adviceJosh2008-09-18T00:29:13Z2008-09-18T00:29:13Z<p>Keep in touch with the good programmers/technicians/managers you work with; one day you'll want to hire them.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/96692#966921Answer by Ludvig A Norin for One piece of adviceLudvig A Norin2008-09-18T20:39:29Z2008-09-18T20:39:29Z<p>Don't try to finish solving a problem just because you start working on it. Instead, maintain a list of your most important projects and make sure you work a little on all of them on a regular basis (weekly, at least). This will enable you to deliver more than most of your peers, and sometimes with higher quality of the solutions.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/96919#969192Answer by Balk for One piece of adviceBalk2008-09-18T21:01:10Z2008-09-18T21:01:10Z<p>Your life is about happiness, balance study and work with social skills and be active. Living healthy is way more important than knowing how code better than your peers.</p>
<p>Also, social skills is way harder to learn than programming anyway... there's no set syntax or mathematics in life, so spend as much time with your friends/partner(s) as you can!</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/96929#969290Answer by dtrocchio for One piece of advicedtrocchio2008-09-18T21:02:20Z2008-09-18T21:02:20Z<p>Be prepared to throw the first one away.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/97012#970120Answer by webmat for One piece of advicewebmat2008-09-18T21:10:20Z2008-09-18T21:10:20Z<p>Always write code with the assumption that the person who'll maintain it is a schizophrenic killer who knows where you live.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/104415#1044152Answer by Martin Bøgelund for One piece of adviceMartin Bøgelund2008-09-19T18:40:16Z2008-09-19T18:40:16Z<p>Get some sleep.
Your brain needs it, and it will pay off double: No time spent on writing psychedelic, sleep depraved code, and no time spent on correcting your psychedelic, sleep depraved code from last night.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/140069#1400690Answer by torial for One piece of advicetorial2008-09-26T15:03:16Z2008-09-26T15:03:16Z<p>Get the higher degrees before you get a job. It won't happen because of time and expenses otherwise.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/149265#1492650Answer by James Strachan for One piece of adviceJames Strachan2008-09-29T15:43:22Z2008-09-29T15:43:22Z<p>Start contributing to an open source project earlier (it took me nearly 10 years to get around to it) and check into a version control system much more regularly :)</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/151519#1515191Answer by Steven A. Lowe for One piece of adviceSteven A. Lowe2008-09-30T02:17:10Z2008-09-30T02:17:10Z<ol>
<li>learn about business and marketing before going out on your own</li>
<li>always have (at least) two clients, in case one disappears</li>
<li>if you want to get rich, you have to work for free (otherwise you don't own it)</li>
<li>sell products, not just your time; time is finite</li>
</ol>
http://stackoverflow.com/questions/3553/one-piece-of-advice/180456#1804561Answer by Mike Dunlavey for One piece of adviceMike Dunlavey2008-10-07T21:13:17Z2008-10-07T21:13:17Z<p>You're a software engineer, so think like an engineer. Understand the reasons for things. Leave religion out of it.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/241739#2417393Answer by Jason Sundram for One piece of adviceJason Sundram2008-10-27T23:42:27Z2008-10-27T23:42:27Z<p>Remember Hofstadter's Law: double that estimate.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/241742#2417422Answer by Nat for One piece of adviceNat2008-10-27T23:45:04Z2008-10-27T23:45:04Z<p>Backup database <em>then</em> run sql command</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/241761#2417610Answer by Gordon Carpenter-Thompson for One piece of adviceGordon Carpenter-Thompson2008-10-27T23:53:49Z2008-10-27T23:53:49Z<p>Don't watch too much star trek, it's good to have something to talk about to people other than other coders :)</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/251153#2511530Answer by Luc M for One piece of adviceLuc M2008-10-30T18:03:17Z2008-10-30T18:03:17Z<p>It's easier for your backup strategy if you have in mind </p>
<blockquote>
<p>Code doesn't exist unless it's checked into a version control system - Patrick McElhaney</p>
</blockquote>
http://stackoverflow.com/questions/3553/one-piece-of-advice/251161#2511610Answer by Optimal Solutions for One piece of adviceOptimal Solutions2008-10-30T18:05:03Z2008-10-30T18:05:03Z<p>Learn to embrace outsourcing.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/259396#2593960Answer by Martin Brown for One piece of adviceMartin Brown2008-11-03T17:44:29Z2008-11-03T17:44:29Z<p>If you are behind on a deadline, talk to your boss politely before doing free overtime. Quite often your boss will extend the deadline, reduce the requirements, give some of the work to someone else or give you paid overtime instead. If he doesn’t it is a good sign that you need to find a new boss.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/259421#2594211Answer by Cory House for One piece of adviceCory House2008-11-03T17:57:43Z2008-11-03T17:57:43Z<p>Time is your most valuable asset. So only do things you're truly passionate about. Spend your free time searching for a passion if you don't have one. You'll know you've found something you're passionate about when you can't find enough time in the day to pursue it.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/259433#2594330Answer by plinth for One piece of adviceplinth2008-11-03T18:01:55Z2008-11-03T18:01:55Z<p>Using other people's code is like wearing someone else's underwear. Get used to it - it feels funny at first, but it is ultimately a time-saver. As a corollary, learning to write in other people's style is a benefit for keeping the feel of their code. Also, don't bitch too much about other people's code. You have to work with other people. He/she may be the idiot today, but it will be you tomorrow.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/267264#2672641Answer by Huntrods for One piece of adviceHuntrods2008-11-06T00:21:42Z2008-11-06T00:21:42Z<p>Never, ever forget: You were looking for a job when you found the one you have now. You can always do that again.</p>
<p>-R</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/276648#2766480Answer by John MacIntyre for One piece of adviceJohn MacIntyre2008-11-09T23:13:31Z2008-11-09T23:13:31Z<p>If you can't use the new technology you want to use at work, either get a job where you can, or create a side project to get experience with it.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/277392#2773920Answer by mrwiki for One piece of advicemrwiki2008-11-10T09:06:26Z2008-11-10T09:06:26Z<p>Find a mentor and don't be afraid to ask questions.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/345453#3454531Answer by Ferruccio for One piece of adviceFerruccio2008-12-05T22:57:44Z2008-12-05T22:57:44Z<p>Buy Microsoft stock.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/351379#3513790Answer by sundar venugopal for One piece of advicesundar venugopal2008-12-09T00:02:58Z2008-12-09T00:02:58Z<p>Find a Mentor in your early career, i realized many of my assumptions where not correct.</p>
<p>if i had channelized my energy in my initial career, it would have been better.</p>
<p>and also Mentor some one you know who is in need.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/355353#3553531Answer by Srikanth131 for One piece of adviceSrikanth1312008-12-10T07:30:28Z2008-12-10T07:30:28Z<p>Understand to better key Google Search Keywords and Google Features Boz you are going to use google a LOT</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/391566#3915660Answer by Gabe Nelson for One piece of adviceGabe Nelson2008-12-24T14:42:13Z2008-12-24T14:42:13Z<p>Patience, Perseverance, and Practice - These three things will help you survive the hours of debugging</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/419093#4190930Answer by John MacIntyre for One piece of adviceJohn MacIntyre2009-01-07T03:26:29Z2009-01-07T03:26:29Z<p>Pursue your own interest first, work as much as necessary to pay the bills, and pursue the technologies you are passionate about. If you can't find a work related projects in those technologies to get experience in, create your own project.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/468356#4683560Answer by Jens Roland for One piece of adviceJens Roland2009-01-22T07:50:51Z2009-01-22T07:50:51Z<p>If I could give one piece of advice to the 13-year-old me toying around with Turbo Pascal back in the day - it would be this:</p>
<p><strong>Whenever you find yourself writing code and it's starting to feel really exciting and challenging.... That's when you're doing it wrong</strong>. Go back, re-read the API, grab a coke, relax - <em>you're doing it wrong</em>.</p>
<p>In my experience, great code is hardly ever what I call 'challenging'. Don't get me wrong; writing great code can be a thrill when you're in the zone, and it can be hair-pullingly frustrating when you're not, sure -- but the code itself is rarely 'interesting'. It's <strong>not</strong> full of cool hacks to make some parameter pseudo-overloaded in some special case; it's <strong>not</strong> riddled with exotic heuristic functions or nested ifs or magic GOTOs or completely obfuscated bit juggling. Even the most amazingly optimized algorithms follow sound, simple, elegant principles to accomplish what they do.</p>
<p>So the very instant you feel a tingle in that heavy-duty problem-solving part of your brain -- STOP! Because <em>you're doing it wrong</em>.</p>
<p>I am not the best coder in the world, and I don't work on the hardest problems known to man, so if I'm finding nifty solutions to hard problems, it's usually because I've created those problems for myself. With a little bit of refactoring, the problem goes away, <em>and</em> the code turns out far more readable.</p>
<p>Either that, or it's simply that I didn't check the API well enough, and the framework (or the language!!) provides a function just for that purpose, and one that was written by a much better coder than me. I can't even begin to tell you how many 'nifty' classes and algorithms I've built and then scrapped because I discovered there was an optimized language construct for exactly that purpose, sometimes even with the same method name!</p>
<p>Anyway, for better or worse - that would be my advice. Most of the time, great code is elegant, readable, uses practical, sound design patterns and best practices anywhere it can. And once you start to get it, that kind will tingle too.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/468407#4684071Answer by David Holm for One piece of adviceDavid Holm2009-01-22T08:22:49Z2009-01-22T08:22:49Z<p>Configure your e-mail client to only check for new mail once ever 60 minutes or so and inform everyone at your company that you will only answer questions sent by mail.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/502159#5021590Answer by Danny for One piece of adviceDanny2009-02-02T04:06:46Z2009-02-02T04:06:46Z<p>Comment your code where necessary</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/549513#5495134Answer by Jay Bazuzi for One piece of adviceJay Bazuzi2009-02-14T18:33:02Z2009-02-14T18:33:02Z<p>Take care of yourself. Programming is great fun, but your physical, emotional, and spiritual health are still important.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/838082#8380821Answer by Gary Chambers for One piece of adviceGary Chambers2009-05-08T03:17:48Z2009-05-08T03:17:48Z<p>This is not meant to sound as philosophical as it does, and I post it in the context of programming.</p>
<p>Don't succumb to analysis paralysis. Even if you can't do it perfectly on the first attempt, just do it. Get a prototype version working then work to refine, enhance, and perfect the final product.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/838096#8380960Answer by Serapth for One piece of adviceSerapth2009-05-08T03:23:43Z2009-05-08T03:23:43Z<p>You're not as smart as you think you are.</p>
<p>Shut up, listen and learn. I pissed away a great many learning opportunities because I was too busy trying to be too clever by far.</p>
<p>Having mentored/managed a number of young developers since then, let me say, I was by no means unique.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/838108#8381081Answer by Cuga for One piece of adviceCuga2009-05-08T03:27:30Z2009-05-08T03:27:30Z<p>Avoid jobs that deviate from your intended career goal of being a real programmer. </p>
<p>I've seen too many good coders get sucked into Help Desk / IT roles (which eventually became their careers) b/c they didn't look around and just settled with the first company to make an offer.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/838110#8381100Answer by Elan Hasson for One piece of adviceElan Hasson2009-05-08T03:28:37Z2009-05-08T03:28:37Z<p>Work hard to reach your dreams while you're young!</p>
<p>Find a way to couple all those abstract concepts together into an integrated solution.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/861208#8612082Answer by a_m0d for One piece of advicea_m0d2009-05-14T01:48:11Z2009-05-14T01:48:11Z<p>Take the time to make (even a rough) design first - it saves you lots of time later on. Even just putting down a few words to make sure that you have an indication of the direction you want to go in.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/1678961#1678961-1Answer by skyflyer for One piece of adviceskyflyer2009-11-05T07:43:08Z2009-11-05T07:43:08Z<p>Optimize, optimize, optimize!
Try to optimize everything that you do,no matter you do it once in your life or do it every day. </p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/1678993#16789930Answer by manugupt1 for One piece of advicemanugupt12009-11-05T07:53:59Z2009-11-05T07:53:59Z<p>Be patient until you have completed your code and keep on improving it till u are statisfied with it</p>