views:

369

answers:

7

I've been a lazy programmer for years. That makes me unhappy for years also.

For example, when I have to choose a programming language, if it's not for real time task, I've consider something higher level, with GC, full featured libraries, etc. I would not choose C whenever I had a chance. Actually, I could work on several different languages. I am so lazy that I don't want to control every byte of memory.

But most of colleagues I had ever met, tend to write any thing in the same language, from web app to desktop GUI, everything. "The safest way to do our job, is to use something we are familiar."

Sometime I won after arguing, sometimes I just gave up. Either way, I don't feel happy.


And when I really have to use C, I would consider build my application on some full featured libraries instead of only standard C API. I would choose APR or glib which I thought would save me a lot of time.

However, my colleagues, they would only use standard C API. When we need anything more complicated, the will just write it line by line. "Glib is build for gtk+. Have you ever heard any famous company build their product based on something for GUI?"

Even if I know IBM and Microsoft don't use these libraries, I am not hardworking enough to build my own C libraries.


I am too lazy to considering performance. I thought it's the job of compiler and my task is write clear code that works.

My colleagues invented our own file system because they "guessed" ext3 is not fast enough.


I am a lazy programmer. Although I don't spent my working hours on SNS web sites, I like reading books. Books about how to write better program, books about how to manage software project. Everyday I spent some of my working hours on reading these books. But finally I find I am just wasting my time. I have no one to discuss what I learned, I am not allowed to try I've learned. "Design patterns? Just something made thing more complicated." "Stop playing, you little toys. We are making something serious!" Most of them had never read any book about programming in the last year.


OK. This is not a question really, just close it. After some frustrating arguing today, I just felt sad.

I am tired of arguing, I am tired of coding in a way I consider stupid and inefficient, I am tired of working day after day with printf and scanf. I need to change, either change my opinion about programming, or change my career.

Maybe my colleagues is right. Maybe anyone who's more familiar with C99 standard could do a better job than me. I should have chose another career.

+3  A: 

Most of us have been there, I think you're just un-motivated because of your working conditions.

it sounds like you need a change of scenery, find a new programming language and use it for a while. If you still hate programming after that, I'm sure you're smart enough to pick something else up (accounting, management, etc...) fairly quickly (the benefit of being a programmer).

At the end of the day, you have to do what makes you happy, and I hope you find it.

Robert Greiner
+13  A: 

It sounds to me like you're not in the wrong profession, you're just in the wrong job! Try finding a job that meets with your ideals and desires. There are plenty of companies out there that I think you would find yourself a better fit for.

check out jobs.stackoverflow.com or careers.stackoverflow.com, they should get you started down a happier path.

Joseph
+2  A: 

Uhm. You don't need to change careers. You just need to change jobs. Try working someplace with a decent score on the Joel Test. From everything you say, you'll be a lot happier.

chaos
+1  A: 

Maybe you should have just chosen a different company. There are plenty of places out there that would be a better fit for you than where you're working now. Just because the people around you don't appreciate the same things you do doesn't mean that programming in general is not for you.

StriplingWarrior
+2  A: 

Doing your job well is not always well rewarded. If you hate your job because you don't get to do your best work there, don't confuse that with hating your career as a software developer. There are places that will reward you for good work. If it is your place of employment that has you down, concentrate on learning enough to find a job at one of them.

Dave Swersky
A: 

All the wrong job right career answers are decent, but I am interested in knowing which is this company which invented its own file system and c-library ? And how do they perform compared to others :)

whatnick
A: 

Yes, you should. I recommend you become a gold miner, a forty-niner.

Kinopiko