vote up 111 vote down star
56

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 ?

flag

144 Answers

1 2 3 4 5 next
vote up 259 vote down check

Code doesn't exist unless it's checked into a version control system.

link|flag
3  
It seems like hundreds of people here have a good story behind it. – Marko Dumic Oct 27 '08 at 23:51
1  
In my teen years, while learning to code, I actually had a harddrive crash that resulted in losing all code I'd ever written at the time. Including the software 3d-renderer I'd worked so hard on. That event made me decided to quit coding altogether. I obviously changed my mind at some point. – korona Nov 3 '08 at 18:00
4  
Actually, code doesn't exist unless its been backed up off site. One fire in the building that contains your VC system means your code doesn't exist. – Pyrolistical Nov 5 '08 at 0:30
2  
There was no versioning system when I started. How about that ? – ldigas Apr 22 at 4:21
show 4 more comments
vote up 0 vote down

Be patient until you have completed your code and keep on improving it till u are statisfied with it

link|flag
vote up -1 vote down

Optimize, optimize, optimize! Try to optimize everything that you do,no matter you do it once in your life or do it every day.

link|flag
show 1 more comment
vote up 2 vote down

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.

link|flag
vote up 0 vote down

Work hard to reach your dreams while you're young!

Find a way to couple all those abstract concepts together into an integrated solution.

link|flag
vote up 1 vote down

Avoid jobs that deviate from your intended career goal of being a real programmer.

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.

link|flag
vote up 0 vote down

You're not as smart as you think you are.

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.

Having mentored/managed a number of young developers since then, let me say, I was by no means unique.

link|flag
vote up 1 vote down

This is not meant to sound as philosophical as it does, and I post it in the context of programming.

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.

link|flag
vote up 4 vote down

Take care of yourself. Programming is great fun, but your physical, emotional, and spiritual health are still important.

link|flag
vote up 0 vote down

Comment your code where necessary

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

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:

Whenever you find yourself writing code and it's starting to feel really exciting and challenging.... That's when you're doing it wrong. Go back, re-read the API, grab a coke, relax - you're doing it wrong.

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 not full of cool hacks to make some parameter pseudo-overloaded in some special case; it's not 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.

So the very instant you feel a tingle in that heavy-duty problem-solving part of your brain -- STOP! Because you're doing it wrong.

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, and the code turns out far more readable.

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!

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.

link|flag
show 1 more comment
vote up 0 vote down

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.

link|flag
vote up 0 vote down

Patience, Perseverance, and Practice - These three things will help you survive the hours of debugging

link|flag
vote up 1 vote down

Understand to better key Google Search Keywords and Google Features Boz you are going to use google a LOT

link|flag
vote up 0 vote down

Find a Mentor in your early career, i realized many of my assumptions where not correct.

if i had channelized my energy in my initial career, it would have been better.

and also Mentor some one you know who is in need.

link|flag
vote up 1 vote down

Buy Microsoft stock.

link|flag
show 1 more comment
vote up 0 vote down

Find a mentor and don't be afraid to ask questions.

link|flag
vote up 0 vote down

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.

link|flag
vote up 1 vote down

Never, ever forget: You were looking for a job when you found the one you have now. You can always do that again.

-R

link|flag
vote up 0 vote down

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.

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

Learn to embrace outsourcing.

link|flag
vote up 0 vote down

It's easier for your backup strategy if you have in mind

Code doesn't exist unless it's checked into a version control system - Patrick McElhaney

link|flag
vote up 0 vote down

Don't watch too much star trek, it's good to have something to talk about to people other than other coders :)

link|flag
vote up 2 vote down

Backup database then run sql command

link|flag
vote up 3 vote down

Remember Hofstadter's Law: double that estimate.

link|flag
vote up 1 vote down

You're a software engineer, so think like an engineer. Understand the reasons for things. Leave religion out of it.

link|flag
vote up 1 vote down
  1. learn about business and marketing before going out on your own
  2. always have (at least) two clients, in case one disappears
  3. if you want to get rich, you have to work for free (otherwise you don't own it)
  4. sell products, not just your time; time is finite
link|flag
1 2 3 4 5 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.