vote up 3 vote down star
1

Possible Duplicate:
What is the single hardest programming skill or concept you have learned?

I read an interesting article that basically said some people are just predispositioned to becoming programmers and that others just couldn't take certain required mental leaps to become a programmer.

What is the hardest single concept you've had to grasp on your way to becoming the programmer you are today?

For me it was OOP, I came from a procedural background and when I first started learning OOP I just didn't get it, sure I could understand the syntax but not the concept, then one day it just clicked.

Have you had a similar kind of experience?

flag
3  
Similar question: stackoverflow.com/questions/167849/… – JB King Nov 4 at 14:42
1  
Sounds like you think that programmers need to be very intelligent to "take required mental leaps". Could it be that you are a little too proud of the fact that you are a programmer? – Manni Nov 4 at 17:26
Nope just quoting an article, also most professions require different types of skills. There's no way on earth I'd make a good lawyer! – RMcLeod Nov 4 at 19:16

closed as exact duplicate by Shog9, George Stocker, gnovice, Manni, Ether Nov 4 at 18:08

12 Answers

vote up 10 vote down check

There isn't anything called Perfect Code.

link|flag
3  
All my code is perfect -- elegant and beautiful -- when I write it, but it starts to rot as soon as I close my IDE. – tvanfosson Nov 4 at 12:39
1  
My code is backwards and forwards compatible, as well as language and platform agnostic. It requires no optimization or re-factoring at any point in time. And then I start writing it down... – NateDSaint Nov 4 at 13:40
vote up 2 vote down

I used to think my job as a programmer was to write code.

Software developers think their job is writing code. But it's not. Their job is to solve the customer's problem. Sure, our preferred medium for solving problems is software, and that does involve writing code. But let's keep this squarely in context: writing code is something you have to do to deliver a solution. It is not an end in and of itself.

link|flag
1  
This is truly an instance of astroturfing. Flagging as spam...! ;) – Mehrdad Afshari Nov 4 at 13:42
vote up 0 vote down

To care less. I used to care so much that I couldn't sleep, couldn't rest my head and got totally exhausted. Over the years I learned to care less. Simple and ugly as that. Sorry for this sad answer, but it is true for me

link|flag
criticalthinking.net.au/cartoons/PC/… – Beska Nov 3 at 13:22
I feel your pain. This is a real problem ever since I began programming for a living. – JimDaniel Nov 4 at 13:49
vote up 0 vote down

Mine wasn't so much a technical hurdle, but a "way things work" hurdle. I basically had to get over the mindset that all code has to be perfect, and it's okay (and sometimes very necessary) just to get code delivered. Once I learned this, my productivity shot up quite a bit (without sacrificing too much in the way of code quality).

link|flag
vote up 6 vote down

The total lack of professionalism in the IT 'profession'.

The bonus culture.

The office politics.

The wish-list mentality.

The job agency firewall.

The inept managers.

Management stifling quality, innovation, professionalism and developers' careers.

The nonsensical interviews.

The replacement of the word 'estimate' with 'deadline' or with the words 'tight deadline'.

The lack of credible planning.

The lack of useful documentation.

ETC, ETC, ...

I entered the IT 'profession' after 16 years as an electrician / building maintenance technician. I thought that developing software, software being the most complex entities created by human beings, would, by necessity, be done on a much more disciplined, organised, systematic, quantified, professional, effective, and quality driven manner than an electrician is required to do. In the UK an electrician has to be qualified to do electrical work in someone's home. Anyone can write software to be used anywhere without any such similar restraint.

My mental leaped, but fell at the first hurdle and it has continued to fall at the hurdles.

MBCS CITP

link|flag
I'm curious what you mean by "nonsensical interviews." Can you expand on that? – Jason Nov 3 at 13:19
3  
Interview questions such as: "Why do want to work for us?"; "Where do you see yourself in 5 years time?" "What are your weaknesses?" "What are your strengths?" "Why should we hire you?" "what's wrong with this code?" And the interviewer expects honest answers?!!!!??? – Sam Nov 3 at 14:26
vote up 8 vote down

The biggest challenge for me has been understanding a client/user's request. Because sometimes they try use "big words" to try and speak our language and end up requesting something completely different.

So learning to recognize whether your client/user actually knows what they talking about has been a huge challenge. Once you can communicate properly with clients/users you end up speeding up your dev time because you aren't writing code for nothing and mis-interpreting their request.

link|flag
vote up 0 vote down

It's like hill climbing and will never end: the difference between GOTO and functions and procedures > typed languages > basic multi-threading > object-oriented concepts > authentication > security and encryption > enterprise application integrations > design patterns > complex concurrency and memory leak issues > design and architecture constraints > API design > ......

P.S. years ago, after finally understanding the Adapter pattern in all its incarnations, then came FactoryBeans and BeanFactories and ProxyFactoryBeanAdapters and hell froze in that instant. Then, and only then, I understood what they really meant by "Never Stop Learning"

link|flag
vote up 1 vote down

Pointers. I fumbled along in C for maybe a year before I was blinded by enlightenment. Now pointers are obvious. :)

link|flag
vote up 4 vote down

I think the key word is: Abstraction. Weak programmers (in my experience) tend to translate requirements into code 1:1. This leads to repetitive, incoherent, error-prone code. And it takes longer. Good programmers spend some time to find a level of abstraction that captures the idea of the requirements and save a lot of time on the implementation later. Which abstraction is best depends entirely on the problem. It can be an OOP pattern or a DSL or a code generation framework or (...). But understanding the general value of these abstractions and applying them to concrete problems, that's the intellectual challenge.

link|flag
vote up 3 vote down

Acknowledging that not all developers care for the quality of the code they write and are willing to continuously learn and improve their skills.

Something I had always taken for granted, as that is my attitude towards coding, but over time I have seen many people just doing "9 to 5" programming without much concern for maintainability, stability or the like.

link|flag
I've seen the same developers and it never ceases to surprise me! – RMcLeod Nov 3 at 12:43
5  
I do my best not to work more than "9 to 5", but I still care a lot about code quality and I continuosly (try to) improve my skills. Don't confuse the two. – nikie Nov 3 at 12:43
+1 It blew my mind that there are people perfectly happy to write and maintain horrific code. – Manos Dilaverakis Nov 3 at 13:23
vote up 0 vote down

I used to think it was OOP, but when I discovered Objective-C I understood that it actually was C++.

link|flag
vote up -1 vote down

It would be hard to pick the hardest one, as there are so many. Yes, OOP from procedural was hard, as was moving to Windows programming in C from a Unix background, but then again, so was making the leap to declarative programming ala WPF. At the end of the day, the technologies/paradigms are largely irrelevant - the important thing is producing software that does the job that the client wants, at a cost they can afford and that provides you/your company with a sufficient margin to continue.

link|flag

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