vote up 1 vote down star
2

I remember back in school, students use to say in a tiring tone, "Engineers and computer scientists must always keep apprised of new technologies and keep their skills up to date. If they don't they will be at risk of being laid off. It's easier to be something like an accountant because an accountant only needs to learn a finite number of things (things that haven't changed over the last several decades) and still make lots of money."

Luckily for me, I do enjoy learning new technologies. And I find that picking up a new technology isn't difficult because it always seems to be an extension of what I'm already use to. I have seen more senior friends lose their job because they command very high salaries but also do not apply "modern best practices" in software development. They also never climbed the corporate ladder or became a project manager.

Does a profession in technology require more ongoing learning than say an accountant? or a dentist? or a regional sales manager? etc...

flag

6 Answers

vote up 5 vote down check

Technology does appear to change faster in Information Technology than the other fields you mentioned. However...

  • The accountant must now deal with Sarbanes Oxley.

  • My dentist used to use X-ray film in my mouth, that had to be developed in a lab. Now he uses a computer sensor that takes x-ray pictures instantaneously.

  • The regional sales manager must constantly update his sales campaigns to keep them from going stale.

link|flag
2  
And doctors have to constantly keep up with changing research – James Deville Nov 4 at 6:30
vote up 4 vote down

Nope, totally ridiculous. Ongoing learning sure, but technology based? Bullsh#@. New technology becomes easier to learn as you go - especially when you notice that they are mostly
just "repackaging" common sense with fancy terminology.

The most important ongoing learning you get past that is more about how to use whatever technology to solve business problems - it's about understanding the business rather than understanding the O^n ways to prompt the user for a value and save it.

Ron

link|flag
vote up 2 vote down

I don't know for other countries, but in France laws are constantly changing. Lawyers must follow these changes and I believe this is more challenging than learning yet another C-based programming language or yet another boxes-and-arrows modelling method.

link|flag
vote up 1 vote down

It seems like it, doesn't it? It's been some years since I last touched some web technology and, if I get into a conversation with the webguys at my company I can barely understand a word. I mean, Seam, Spring, Jquery? What's wrong with good old cgi? :P

But in reality, in every profession you will find people complaining about having to learn new things. They think they are the only ones that need new knowledge, and it is mainly because their understanding of the intricacies other people's work.

You can find an example of this in medicine practice. In the outside it seems it's only fixing people, and these don't change much, isn't it? Well, in reality medical science has been improving continously and treatment that were revolutionary a few years back can be obsoleted by a new cheaper/safer/quicker new treatment. Doctors must keep learning these new treatments to stay up-to-date.

In the end, you will probably find that every profession you study has a basic corpus that is static and will probably remain unchanged for-nearly-ever. All additional knowledge will be transient, and will be substituted at a higher rate than it seems from the outside. So, if you are a computer scientist you have to learn the basis of OOP, functional, data structures... and this knowledge will help you throughout your whole career, while the specific things like Java, C, etc... will only be with you for some time before being substituted.

link|flag
vote up 0 vote down

I would argue that you could learn Assembly/C and nothing else, be very good at it mind you, and become a wanted programmer for the rest of your life.

link|flag
vote up 0 vote down

I think so .......

link|flag

Your Answer

Get an OpenID
or

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