vote up 31 vote down star
11

Reminiscing on your career as an IT professional, what was the biggest lesson you learned?

[If you can accompany your answer with an story, anecdote, link to a website, article or book it would be great thing to inspire and teach the young IT professionals!]

flag
show 2 more comments

78 Answers

1 2 3 next
vote up 43 vote down

Never stop learning.

link|flag
vote up 16 vote down

Estimates are always off by at least 50% either way.

link|flag
vote up 82 vote down

Never be afraid to say I don't know.

link|flag
4  
Except when your boss asked you what progress you've made since he last saw you! – Ali Sep 22 '08 at 0:29
2  
My favorite answer in interviews! Works very nicely if you say it confidently. – Agnel Kurian Sep 22 '08 at 9:13
show 2 more comments
vote up 6 vote down

Software engineering is a very young industry.

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

Utilize user usability testing! despite all internal testing, in the end we are all developers or at least familiar with the ideas and we do not look at the application the way the average user does.

link|flag
vote up 6 vote down

Marketeers make a world of difference, there are very few good ones, but those are invaluable: it is only with a great team that you can make a great product.

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

Your hard drive can and will fail. It's not a matter of if, it's a matter of when.

link|flag
vote up 35 vote down

If you are running late, behind schedule or whatever with a problem that you are stuck on:

Ask for help sooner rather than later

The typical scenario is that you are coding away, something doesn't work but it seems trivial and you should be able to fix it yourself. You don't want to ask someone because that makes you look like an idiot so you frantically soldier on trying weird things, continually making the wrong choices and you end up in a total mess.

When you eventually ask for help, the first thing your helper says is " How on earth did you get into this mess?. Why didn't you simply ask someone?"

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

I've worked mainly on the system administration side, having only just started out recently and my number one lesson has been "Never be afraid to make mistakes."

They happen, more often than most of us would like to admit and the key is to own up to them, learn from them and make sure you never make that particular one again.

link|flag
vote up 26 vote down

I learnt that backups are your friend.

Twice.

:(

link|flag
show 1 more comment
vote up 4 vote down
  • Never be satisfied with requirements from business. In fact, never be satisfied at all...until its done.Completely.

  • if you working in a large corporation, you shall regard Dilbert comics strips as a 'pictorial documentary' and the book The Joy of Work (by Scott Adams) as the Bible.

link|flag
vote up 4 vote down

Regardless of how smart are you, you can't do everything by yourself. Cooperation and 2+2=5 is the winning math.

link|flag
vote up 10 vote down

Don't get upset when bunch of error reports starts dropping in after the software is deployed. That means people are using it and they think it is good enough to spend time and energy to write error report.

Programming is 50% development, 50% fixing bugs. If you're good.

link|flag
vote up 20 vote down

Assumption is the mother of all screw-ups. Never, ever assume anything when it comes to circumstances in which defects are reported. Always check the obvious first, before looking for more esoteric causes.

When you hear "But I just assumed...", you know something has gone wrong.

Also, demand evidence. You need something objective (such as log files) to use for investigation. Going on user/integrator reporting is not enough. Human memories are known to be less than perfect; rely on what the machine generates.

link|flag
vote up 1 vote down

Keep focus on what you intended to do. Once I created a form in a web-app where people had to enter their address. I started looking for a list of all possible cities in my country. After a while I found that such a list did not exists. Why not? I tried to find the answer to that question. It gave me insight in how names of places and cities are registered by the government......

..... And then I decided to just have a field on the form where people could enter the city of their address. I lost half a day searching for a list of cities I didn't need at all.

(I saw programmers spend weeks of time on functionality a customer never asked for.)

link|flag
vote up 4 vote down

Never trust the data. Validate your inputs.

Anecdote: I spent two weeks looking for a bug in production code. After many a debugging session, I found out that one of the 12 data files I was working on was corrupted. I had checked all the other eleven files and I had checked the start of the 12th. Sure enough the end of the file was bogus. I lost two entire weeks when I could've found it in mere hours validating the data before sending it to processing (I got lazy, there was a lot of data to process and the 11.5 first files were good).

I was "lucky", it was a numeric simulation, not something security-sensitive or anything critical.

link|flag
vote up 2 vote down

Making developers troubleshoot and fix their bugs (ok, only big production issues), regardless of time of day (i.e., usually at 3am), improves the quality of their software and changes the way they develop it.

link|flag
show 5 more comments
vote up 22 vote down

Honesty is the key to any career/relationship.

I learned very early on that being brutally honest about your skills and experience was vital to my career advancement. Colleagues and management can smell doubt and fear as though it's the latest cologne.

  • If you're not sure, tell them you're not sure - but stress that you're itching to find out
  • If you're positive (or almost positive), be 1000% positive and aim to prove your method/suggestion/best practice - even if it means you're working 20 hour days for the next 6 months
  • If you were positive and now aren't sure, make sure you come out and admit defeat. Management won't care if you said you could, but couldn't early in a project or enterprise, however, come to them late in the game (when you've known for a few days) and you'll be doing tech support before you can say singleton.
link|flag
vote up 0 vote down

If you are running into a problem and just cannnot find the answer, take a break, go for a walk and think of something completley different. It will help you to focus on the problem and to look at it from a different angle. Chances to find a solution are much better then.
Another very good possibility is to have a chat with your neighbour and tell him your problem. Sometimes the right idea comes into your mind just because you've talked about the problem instead of chewing over it.

link|flag
vote up 1 vote down

quotes by Mark Jason Dominus:

11901 You can't just make shit up and expect the computer to know what you mean, Retardo!

11906 Look at the error message! Look at the error message!

11908 Premature optimization is the root of all evil.

11911 You wrote the same thing twice here. The cardinal rule of programming is that you never ever write the same thing twice.

11916 Always ignore the second error message unless the meaning is obvious.

1920 The error message is the Truth. The error message is God.

11963 It's easy to get the wrong answer in O(1) time.

link|flag
vote up 16 vote down

Be careful which jobs you accept early on, you will be pigeonholed.

link|flag
show 2 more comments
vote up 0 vote down

The most important thing I learned was to real understand something before explaining it to someone asking for help, so you are really sure you need help. I learned it as the Teddy Bear Principle. I explain:

If you can explain what you need to a Teddy Bear you wouldn't be able to explain to anyone who may have any question about it. Usually before asking a friend's help on a function or class, try to explain to your Teddy bear(or even your Ultraman figure or Darth Vader egg) what you want help about. From my experience, just explaining it will make you find the solution to the problem most of the time, without bothering no one. (and avoid answering no to questions like: Did you include the stdio.h ?)

link|flag
vote up 0 vote down

I have to give two answers because I can't decide between the philosophical answer and the technical answer.

Philosophically: Strive to learn more theory in addition to the "how to" technical stuff. As languages and tools evolve, the technical stuff will also evolve and you will constantly have to learn that anyway. But much of the theory and history will remain a solid base no matter how the languages and tools change.

Technically: Separation of UI from Code from Data Access.

link|flag
vote up 6 vote down

Few points I can add towards 'the success of a s/w career'

  • Be confident in your skills
  • Getting a team which exposes great +ve attitude towards the work - this gives you a great learning opportunity and a cool working environment
  • Keep learning new things in your free time- S/w industry is very immature and new things are coming every day.
  • Listern patiently to others opinion. Especially when you talk to a client.
  • Share your skills - Help others and the community with the knowledge you've got.
  • Make sure you communicate both the issues and your success mile stones with your team.
  • Learn to say 'Sorry I don’t know'. But always give it a try before you say that.
  • Make sure you get proper recognition and appraisal for your good work.
  • Accept your mistakes and take that just as a new learning opportunity
  • Manage your time effectively,
  • Give very high importance to the work-life balance
link|flag
show 2 more comments
vote up 13 vote down

Manage expectations, learn to say "no".

When you're designing a system people will continually ask for more and more. If you try and please them you will go nuts. Set the expectation that they are getting X, and X only - and if the Y that they're asking for is possible then it will be considered for the next update.

link|flag
vote up 0 vote down

before you roll anything out TEST TEST TEST, and make sure you have a solid back out plan.

Also, users are you friends and your enemies. Take on board what they are telling you, but never take for granted that all the things they are telling you are accurate.

link|flag
vote up 3 vote down

Keep it simple principle (KISS) The most simple way of doing something is often the best, over complicating a problem often just causes large problems in the long run.

link|flag
vote up 1 vote down

"It works on my machine" doesn't cut it. It HAS to work for them, too.

link|flag
vote up 2 vote down

It's (almost) never a bug in the compiler.

link|flag
vote up 4 vote down

You'll meet most of the code you write later on in a dark alley and it will be angry. Always try to write maintainable code and/or documentation. Keeping it simple helps a lot here.

I had 2 projects which I had to come back to 2,3 years after the code was written and it wasn't very fun.

link|flag
show 1 more comment
1 2 3 next

Your Answer

Get an OpenID
or

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