One piece of advice - Stack Overflow most recent 30 from stackoverflow.com 2009-11-21T14:49:40Z http://stackoverflow.com/feeds/question/3553 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/3553/one-piece-of-advice 111 One piece of advice David 2008-08-06T15:36:46Z 2009-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 -1 Answer by Stu for One piece of advice Stu 2008-08-06T15:38:36Z 2008-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#3558 29 Answer by bcwood for One piece of advice bcwood 2008-08-06T15:38:48Z 2008-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#3559 1 Answer by Dan for One piece of advice Dan 2008-08-06T15:38:50Z 2008-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#3562 42 Answer by Michael Stum for One piece of advice Michael Stum 2008-08-06T15:38:54Z 2008-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#3564 5 Answer by EndangeredMassa for One piece of advice EndangeredMassa 2008-08-06T15:40:04Z 2008-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#3595 50 Answer by Rytmis for One piece of advice Rytmis 2008-08-06T15:59:16Z 2008-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#3596 20 Answer by Mauricio Pastrana for One piece of advice Mauricio Pastrana 2008-08-06T16:01:00Z 2008-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#3599 3 Answer by Greg Hurlman for One piece of advice Greg Hurlman 2008-08-06T16:02:51Z 2008-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#3604 25 Answer by bpapa for One piece of advice bpapa 2008-08-06T16:07:09Z 2008-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#3605 3 Answer by Ryan Fox for One piece of advice Ryan Fox 2008-08-06T16:08:01Z 2008-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#3608 259 Answer by Patrick McElhaney for One piece of advice Patrick McElhaney 2008-08-06T16:12:08Z 2008-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#3614 15 Answer by sparkes for One piece of advice sparkes 2008-08-06T16:13:45Z 2008-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 -1 Answer by mauriciopastrana for One piece of advice mauriciopastrana 2008-08-06T16:21:56Z 2008-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#3634 29 Answer by Eric Florenzano for One piece of advice Eric Florenzano 2008-08-06T16:26:08Z 2008-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#3663 164 Answer by CodingWithoutComments for One piece of advice CodingWithoutComments 2008-08-06T16:46:44Z 2008-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#3671 1 Answer by Chris Bunch for One piece of advice Chris Bunch 2008-08-06T16:51:02Z 2008-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 -1 Answer by Terrapin for One piece of advice Terrapin 2008-08-07T22:23:41Z 2008-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#5449 2 Answer by Stephen Cox for One piece of advice Stephen Cox 2008-08-07T22:51:13Z 2008-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#6194 37 Answer by Martin for One piece of advice Martin 2008-08-08T17:37:40Z 2008-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#6736 1 Answer by Phil for One piece of advice Phil 2008-08-09T11:45:07Z 2008-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#6791 141 Answer by Ben for One piece of advice Ben 2008-08-09T14:39:07Z 2008-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#7328 49 Answer by theprise for One piece of advice theprise 2008-08-10T20:28:39Z 2008-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#7728 34 Answer by David for One piece of advice David 2008-08-11T12:41:19Z 2008-08-11T12:41:19Z <p>Learn to type.</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/7735#7735 2 Answer by epatel for One piece of advice epatel 2008-08-11T12:47:15Z 2008-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#7749 5 Answer by John the Statistician for One piece of advice John the Statistician 2008-08-11T12:59:44Z 2008-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#7766 0 Answer by Adam Lerman for One piece of advice Adam Lerman 2008-08-11T13:15:10Z 2008-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#7769 11 Answer by Nicholas Trandem for One piece of advice Nicholas Trandem 2008-08-11T13:20:12Z 2008-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#7797 5 Answer by littlegeek for One piece of advice littlegeek 2008-08-11T13:48:53Z 2008-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#7822 4 Answer by happyappa for One piece of advice happyappa 2008-08-11T14:20:44Z 2008-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#9007 0 Answer by Serhat Özgel for One piece of advice Serhat Özgel 2008-08-12T16:03:13Z 2008-08-12T16:03:13Z <p>Keep up the good work.</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/9020#9020 7 Answer by y0mbo for One piece of advice y0mbo 2008-08-12T16:22:42Z 2008-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#9234 2 Answer by booboojeebies for One piece of advice booboojeebies 2008-08-12T20:54:47Z 2008-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#9294 23 Answer by icco for One piece of advice icco 2008-08-12T22:33:28Z 2008-08-12T22:33:28Z <p>Spec your ideas before you code them.</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/9296#9296 14 Answer by icco for One piece of advice icco 2008-08-12T22:33:58Z 2008-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#10165 42 Answer by Kristopher Johnson for One piece of advice Kristopher Johnson 2008-08-13T18:24:03Z 2009-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#10170 3 Answer by 1kevgriff for One piece of advice 1kevgriff 2008-08-13T18:27:48Z 2008-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#10273 1 Answer by aardvark for One piece of advice aardvark 2008-08-13T19:23:13Z 2008-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#10275 3 Answer by mabwi for One piece of advice mabwi 2008-08-13T19:25:50Z 2008-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#10284 24 Answer by Rob for One piece of advice Rob 2008-08-13T19:31:29Z 2008-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#10298 1 Answer by Nathan Fellman for One piece of advice Nathan Fellman 2008-08-13T19:42:32Z 2008-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#11401 17 Answer by Jacob Proffitt for One piece of advice Jacob Proffitt 2008-08-14T17:37:51Z 2008-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#11456 73 Answer by Patrik for One piece of advice Patrik 2008-08-14T18:24:21Z 2008-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#11888 0 Answer by Cristián Romo for One piece of advice Cristián Romo 2008-08-15T02:03:15Z 2008-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#13026 17 Answer by Ramiro Berrelleza for One piece of advice Ramiro Berrelleza 2008-08-16T06:29:16Z 2008-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#13027 130 Answer by Nick Brosnahan for One piece of advice Nick Brosnahan 2008-08-16T06:41:12Z 2008-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#13642 2 Answer by Almond for One piece of advice Almond 2008-08-17T13:57:31Z 2008-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#14178 10 Answer by gcrombie for One piece of advice gcrombie 2008-08-18T04:20:30Z 2008-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#17803 6 Answer by kenlefeb for One piece of advice kenlefeb 2008-08-20T11:59:42Z 2008-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#17811 0 Answer by ollifant for One piece of advice ollifant 2008-08-20T12:04:57Z 2008-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#17836 4 Answer by seanyboy for One piece of advice seanyboy 2008-08-20T12:31:52Z 2008-08-20T12:31:52Z <p>If somebody asks you to change something that you've worked on for a while &amp; 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#17838 6 Answer by Steve for One piece of advice Steve 2008-08-20T12:35:48Z 2008-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#17841 3 Answer by Austin for One piece of advice Austin 2008-08-20T12:38:55Z 2008-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#17842 2 Answer by Thomas Owens for One piece of advice Thomas Owens 2008-08-20T12:39:08Z 2008-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#17854 5 Answer by Chris B-C for One piece of advice Chris B-C 2008-08-20T12:52:34Z 2008-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#17868 15 Answer by Christian Hagelid for One piece of advice Christian Hagelid 2008-08-20T12:57:16Z 2008-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#26690 1 Answer by Vincent Fazio for One piece of advice Vincent Fazio 2008-08-25T19:29:37Z 2008-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#27554 3 Answer by Thomas Vander Stichele for One piece of advice Thomas Vander Stichele 2008-08-26T08:21:25Z 2008-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#27575 1 Answer by David Crow for One piece of advice David Crow 2008-08-26T08:44:47Z 2008-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#27734 0 Answer by Brabster for One piece of advice Brabster 2008-08-26T10:52:06Z 2008-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 -1 Answer by David L Morris for One piece of advice David L Morris 2008-08-26T23:31:53Z 2008-08-26T23:31:53Z <p>Don't do prototypes!</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/29712#29712 71 Answer by Brian Paden for One piece of advice Brian Paden 2008-08-27T08:08:50Z 2008-08-27T08:08:50Z <p>Actually finish some of your pet projects.</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/30630#30630 3 Answer by Brian G for One piece of advice Brian G 2008-08-27T16:56:47Z 2008-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#30636 14 Answer by Allain Lalonde for One piece of advice Allain Lalonde 2008-08-27T17:00:29Z 2008-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#30659 2 Answer by Mike Furtak for One piece of advice Mike Furtak 2008-08-27T17:10:56Z 2008-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#30663 3 Answer by Nick Haddad for One piece of advice Nick Haddad 2008-08-27T17:13:19Z 2008-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#30664 10 Answer by levand for One piece of advice levand 2008-08-27T17:13:40Z 2008-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#33665 0 Answer by rmbarnes for One piece of advice rmbarnes 2008-08-28T23:44:59Z 2008-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#33674 1 Answer by Sergio Acosta for One piece of advice Sergio Acosta 2008-08-28T23:51:30Z 2008-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#33686 2 Answer by izb for One piece of advice izb 2008-08-28T23:59:52Z 2008-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#33730 1 Answer by Lucas for One piece of advice Lucas 2008-08-29T00:57:17Z 2008-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#33732 4 Answer by Baltimark for One piece of advice Baltimark 2008-08-29T01:02:10Z 2008-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#34593 1 Answer by Nathan for One piece of advice Nathan 2008-08-29T16:15:10Z 2008-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#34605 1 Answer by kronoz for One piece of advice kronoz 2008-08-29T16:19:54Z 2008-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#35225 2 Answer by Nathan Black for One piece of advice Nathan Black 2008-08-29T20:21:18Z 2008-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#35231 5 Answer by chakrit for One piece of advice chakrit 2008-08-29T20:25:40Z 2008-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#35253 0 Answer by Pat for One piece of advice Pat 2008-08-29T20:35:53Z 2008-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#35326 2 Answer by Ben for One piece of advice Ben 2008-08-29T21:21:12Z 2008-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#38585 1 Answer by John Channing for One piece of advice John Channing 2008-09-01T23:08:44Z 2008-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#39151 6 Answer by Madir for One piece of advice Madir 2008-09-02T10:02:21Z 2008-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#39171 0 Answer by Bert Lamb for One piece of advice Bert Lamb 2008-09-02T10:18:21Z 2008-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#39341 0 Answer by Spoike for One piece of advice Spoike 2008-09-02T12:04:59Z 2008-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#40341 2 Answer by Celestial M Weasel for One piece of advice Celestial M Weasel 2008-09-02T19:16:54Z 2008-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#43469 4 Answer by htanata for One piece of advice htanata 2008-09-04T10:42:17Z 2008-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#44888 55 Answer by John Meagher for One piece of advice John Meagher 2008-09-04T22:08:00Z 2008-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 -1 Answer by Tai Squared for One piece of advice Tai Squared 2008-09-05T03:35:59Z 2008-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 -1 Answer by jhs for One piece of advice jhs 2008-09-05T03:43:58Z 2008-09-05T03:43:58Z <p>Buy Google stock!</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/45198#45198 1 Answer by BPAndrew for One piece of advice BPAndrew 2008-09-05T03:45:27Z 2008-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#46020 0 Answer by Doanair for One piece of advice Doanair 2008-09-05T15:19:02Z 2008-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#48196 0 Answer by Nick Retallack for One piece of advice Nick Retallack 2008-09-07T06:19:14Z 2008-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#48639 1 Answer by rrichter for One piece of advice rrichter 2008-09-07T18:15:36Z 2008-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#48690 0 Answer by RTipton for One piece of advice RTipton 2008-09-07T19:11:11Z 2008-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#48695 0 Answer by George Mauer for One piece of advice George Mauer 2008-09-07T19:19:49Z 2008-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#48697 2 Answer by Xian for One piece of advice Xian 2008-09-07T19:20:50Z 2008-09-07T19:20:50Z <p>Drink more beer</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/49113#49113 0 Answer by jholl for One piece of advice jholl 2008-09-08T03:13:07Z 2008-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#49123 0 Answer by Rob Rolnick for One piece of advice Rob Rolnick 2008-09-08T03:21:19Z 2008-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 -1 Answer by pkoch for One piece of advice pkoch 2008-09-08T03:56:54Z 2009-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#49193 0 Answer by Sasayins for One piece of advice Sasayins 2008-09-08T05:15:30Z 2008-09-08T05:15:30Z <p>when coding, always disconnect your Internet connection.</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/55393#55393 0 Answer by Clay Nichols for One piece of advice Clay Nichols 2008-09-10T21:51:30Z 2008-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#63888 6 Answer by Oddthinking for One piece of advice Oddthinking 2008-09-15T15:22:29Z 2008-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#64054 0 Answer by unknown (yahoo) for One piece of advice unknown (yahoo) 2008-09-15T15:41:27Z 2008-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#66598 0 Answer by JB King for One piece of advice JB King 2008-09-15T20:26:47Z 2008-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#66674 0 Answer by phear for One piece of advice phear 2008-09-15T20:35:05Z 2008-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#69381 0 Answer by Serge for One piece of advice Serge 2008-09-16T04:27:38Z 2008-09-16T04:27:38Z <p>Assume NOTHING!</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/76133#76133 1 Answer by Jen A for One piece of advice Jen A 2008-09-16T19:42:03Z 2008-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#76159 1 Answer by CobolGuy for One piece of advice CobolGuy 2008-09-16T19:44:58Z 2008-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 -1 Answer by Bill Michell for One piece of advice Bill Michell 2008-09-16T21:36:50Z 2008-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#88673 3 Answer by Jonathan Webb for One piece of advice Jonathan Webb 2008-09-17T23:27:13Z 2008-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#88915 6 Answer by Josh for One piece of advice Josh 2008-09-18T00:29:13Z 2008-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#96692 1 Answer by Ludvig A Norin for One piece of advice Ludvig A Norin 2008-09-18T20:39:29Z 2008-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#96919 2 Answer by Balk for One piece of advice Balk 2008-09-18T21:01:10Z 2008-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#96929 0 Answer by dtrocchio for One piece of advice dtrocchio 2008-09-18T21:02:20Z 2008-09-18T21:02:20Z <p>Be prepared to throw the first one away.</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/97012#97012 0 Answer by webmat for One piece of advice webmat 2008-09-18T21:10:20Z 2008-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#104415 2 Answer by Martin Bøgelund for One piece of advice Martin Bøgelund 2008-09-19T18:40:16Z 2008-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#140069 0 Answer by torial for One piece of advice torial 2008-09-26T15:03:16Z 2008-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#149265 0 Answer by James Strachan for One piece of advice James Strachan 2008-09-29T15:43:22Z 2008-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#151519 1 Answer by Steven A. Lowe for One piece of advice Steven A. Lowe 2008-09-30T02:17:10Z 2008-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#180456 1 Answer by Mike Dunlavey for One piece of advice Mike Dunlavey 2008-10-07T21:13:17Z 2008-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#241739 3 Answer by Jason Sundram for One piece of advice Jason Sundram 2008-10-27T23:42:27Z 2008-10-27T23:42:27Z <p>Remember Hofstadter's Law: double that estimate.</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/241742#241742 2 Answer by Nat for One piece of advice Nat 2008-10-27T23:45:04Z 2008-10-27T23:45:04Z <p>Backup database <em>then</em> run sql command</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/241761#241761 0 Answer by Gordon Carpenter-Thompson for One piece of advice Gordon Carpenter-Thompson 2008-10-27T23:53:49Z 2008-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#251153 0 Answer by Luc M for One piece of advice Luc M 2008-10-30T18:03:17Z 2008-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#251161 0 Answer by Optimal Solutions for One piece of advice Optimal Solutions 2008-10-30T18:05:03Z 2008-10-30T18:05:03Z <p>Learn to embrace outsourcing.</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/259396#259396 0 Answer by Martin Brown for One piece of advice Martin Brown 2008-11-03T17:44:29Z 2008-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#259421 1 Answer by Cory House for One piece of advice Cory House 2008-11-03T17:57:43Z 2008-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#259433 0 Answer by plinth for One piece of advice plinth 2008-11-03T18:01:55Z 2008-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#267264 1 Answer by Huntrods for One piece of advice Huntrods 2008-11-06T00:21:42Z 2008-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#276648 0 Answer by John MacIntyre for One piece of advice John MacIntyre 2008-11-09T23:13:31Z 2008-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#277392 0 Answer by mrwiki for One piece of advice mrwiki 2008-11-10T09:06:26Z 2008-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#345453 1 Answer by Ferruccio for One piece of advice Ferruccio 2008-12-05T22:57:44Z 2008-12-05T22:57:44Z <p>Buy Microsoft stock.</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/351379#351379 0 Answer by sundar venugopal for One piece of advice sundar venugopal 2008-12-09T00:02:58Z 2008-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#355353 1 Answer by Srikanth131 for One piece of advice Srikanth131 2008-12-10T07:30:28Z 2008-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#391566 0 Answer by Gabe Nelson for One piece of advice Gabe Nelson 2008-12-24T14:42:13Z 2008-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#419093 0 Answer by John MacIntyre for One piece of advice John MacIntyre 2009-01-07T03:26:29Z 2009-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#468356 0 Answer by Jens Roland for One piece of advice Jens Roland 2009-01-22T07:50:51Z 2009-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#468407 1 Answer by David Holm for One piece of advice David Holm 2009-01-22T08:22:49Z 2009-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#502159 0 Answer by Danny for One piece of advice Danny 2009-02-02T04:06:46Z 2009-02-02T04:06:46Z <p>Comment your code where necessary</p> http://stackoverflow.com/questions/3553/one-piece-of-advice/549513#549513 4 Answer by Jay Bazuzi for One piece of advice Jay Bazuzi 2009-02-14T18:33:02Z 2009-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#838082 1 Answer by Gary Chambers for One piece of advice Gary Chambers 2009-05-08T03:17:48Z 2009-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#838096 0 Answer by Serapth for One piece of advice Serapth 2009-05-08T03:23:43Z 2009-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#838108 1 Answer by Cuga for One piece of advice Cuga 2009-05-08T03:27:30Z 2009-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#838110 0 Answer by Elan Hasson for One piece of advice Elan Hasson 2009-05-08T03:28:37Z 2009-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#861208 2 Answer by a_m0d for One piece of advice a_m0d 2009-05-14T01:48:11Z 2009-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 -1 Answer by skyflyer for One piece of advice skyflyer 2009-11-05T07:43:08Z 2009-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#1678993 0 Answer by manugupt1 for One piece of advice manugupt1 2009-11-05T07:53:59Z 2009-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>