vote up 9 vote down star
4

So i presented my code yesterday...after a lot of hard work i was happy to show it to my colleagues. After presentation all that was left was my projects name. Everything else has to change...

They took a lot of time to explain their point of view but after getting back in my place i was really disappointed.

I read mostly all "motivation" related Questions here on Stackoverflow because it is one of my favorite Tags. So my question is...

How to get new Motivation after a bad code review?

Edit: I use Stackoverflow for various questions etc. Not just for "Motivation" Questions and Answers :-)

flag

1  
Take what they said as constructive. You won't learn anything otherwise. It's never easy to hear that your work has to change, but it's a basis for improving your knowledge. – Randolph Potter Sep 10 at 12:43
Yeah i try to take it constructive...but if you are proud of an Feature and your colleague shows you that it cannot work that way. It really disappotins me. Now i know it is bad style to solve it that way... now i have to go some steps back in order to solve it in a "best-practise" Way. – bastianneu Sep 10 at 12:55
2  
I invite everyone to upvote this question to "support" bastianneu. – Developer Art Sep 10 at 13:13
haha...stop it! LOL – bastianneu Sep 10 at 13:27
1  
I dont think so...it is an valid question. I am not asking for experiences. I am looking for tips to handle an bad review...no discussion here. – bastianneu Sep 10 at 14:57
show 1 more comment

10 Answers

vote up 7 vote down check

It sounds like someone didn't like your implementation rather than the code. There's often no correct answer or best design, so everybody feels like theirs is best.

In any profession, your boss could believe in doing things "his way". Programmers are humans too, and their egos get ahead of them. In your career you will often have good ideas shot down by someone with more seniority. It sucks, but management is not just about talent, as any Dilbert reader knows.

Regarding code, the picture perfect code you see in books and in the various "clean code" manifestos is something that exists in places with enough programmers, relaxed deadlines, and a dash of obsessiveness. Don't get me wrong, clean code is great, and I have worked with programmers quite capable of producing one - if they didn't have to do the job of five people.

Programmers make mistakes. Either their code is ugly or imperfect, or they introduce a bug. Accept the fact that in the next few month you are going to introduce a really evil bug into your codebase. And someone is going to find it. And you're going to catch hell. And the following month, the guy who gave you hell is going to introduce a bug and you'll give him hell, etc. Nature of our profession. Accepting criticism (ideally constructive) is part of programming.

Of course, it's possible that your code was just bad. I look today at code I wrote at 19 and wish my name wasn't on it.

link|flag
+1 that post really sums up my thoughts... – bastianneu Sep 10 at 13:10
vote up 1 vote down

I'd suggest taking their feedback and putting it into various buckets:

  • Improvements - What did you do that someone else suggested a better way and backed that up?

  • Style - This is where the changes are just, "That's how it is here," type of stuff. How many spaces is a tab? How are variables named? How long can a method be?

  • Entertainment - Maybe some of the feedback were wise cracks that should be taken as something humorous to remember and possibly prepare something similar for when you review someone else's code.

I feel like I should give this little story about getting a bad code review as it may help show that you aren't alone. A couple of times now I've had interviews at Microsoft. The first time was horrible. I froze at the white boards and couldn't put 2 lines of code together and after going through 3 different people I interviewed with I feel like I was maybe an inch tall. It was so horrible but what came from that was that I was able to find someone at a recruiting company that gave me some tips and practiced a few whiteboard problems so that the next time, while I still didn't get the job, I could tell that I was much much better than that previous time. We all make mistakes, the question is what do you do when faced with adversity? Do you accept the challenge and improve to conquer it, or do you fold things up and change your career?

link|flag
+1 Wow..thank you for that Answer and that little story – bastianneu Sep 17 at 7:37
vote up 1 vote down

Also there are also some tools that help determine how good (or bad) your code is.. You would still need a good code review by a human :) who obviously has some good experience in developing good software solutions. It is important to remember that these tools are guidelines..

I remember doing a presentation to senior management 3 years back on using these tools. You can find more about it here: link text Most of the tools are code generic (Java, .Net) or have a counterpart ( cruiseControl <--> CruiseControl.Net)

With some good tools and practices (test driven design, unit testing) it will become easier for you to improve your code :)

Of course you are also constrained by what you are working on (like SharePoint makes it difficult to do unit testing and has a server 2003 dependency), deadlines, egos, politics, colleagues (bad ones) etc etc.

It is the intention that counts and as long as you want to develop better and learn from your colleagues and admit your mistakes, you should do very well!

link|flag
+1 Thank you for your answer. We already use Cruise Control and i really like it. My collegaue were aiming for best practises and clean code for cruise control is not always best practise code. – bastianneu Sep 11 at 7:45
vote up 1 vote down

Look on it as a learning opportunity. You colleagues probably don't mind pointing out things you could do better once, or maybe twice, but if you keep on producing code which calls forth the same criticisms again & again they will get kinda tired of it...

Also I'd say try to review a little and often, especially if previous reviews have gone badly. Get input as early as you can, and try not to take major design decisions by yourself. It's that old thing that it costs £1 to fix a defect in a specification but £ks to fix it when it's been implemented & found wanting: get the design right before you hit the code & save yourself a lot of work.

And just remember everyone has that sort of day from time to time!

link|flag
+1 You are right. I try to get a new review meeting next week in order to handle such situations more cool minded. :-) – bastianneu Sep 11 at 7:42
vote up 1 vote down

If your peers showed you real defects and drawbacks in your code - that's alright, it means that someone cares that you do your job well, not just don't break the daily build. In this case apply their suggestions to improve both your present and future code and try not to make the same mistakes again. In fact it's one of the best ways to learn.

link|flag
+1 I agree with you. In my case the whole discussion was about best practises. My code is controlled by Cruise Control. It cleary prooves that clean code is not always the best solution only. I try to learn from that. – bastianneu Sep 11 at 7:47
vote up 1 vote down

I think it was Tyler Durden who said: "You are not your code."

link|flag
+1 hehe thank you for that quote. – bastianneu Sep 10 at 13:08
vote up 1 vote down

Everyone at that code review has been through the same thing: had their code picked apart, had their mistakes held up for scrutiny. It's probably a part of what made them the coders they are. Chances are some of them once made the same mistakes you made and had it pointed out at a review. Someday you'll be reviewing someone else's code and find a problem or two that look rather familiar. Welcome to the club.

I'll leave you with this thought from The Tao of Programming.

There once was a master programmer who wrote unstructured programs. A novice programmer, seeking to imitate him, also began to write unstructured programs. When the novice asked the master to evaluate his progress, the master criticized him for writing unstructured programs, saying, "What is appropriate for the master is not appropriate for the novice. You must understand the Tao before transcending structure."

link|flag
vote up 0 vote down

It depends partly if you understood and agreed with what was said. If this is the case, then you just got pure honest feedback which isn't often available, you can learn from it, and next time will be able to highlight improvements. A bad review is there to make you better, not grind you down.

link|flag
Of course it make me better...but it is hard to get your hands on code that you are rellay proud of. Yeah i know it is "nearly correct" or "not optimal"...:-( – bastianneu Sep 10 at 13:01
vote up 3 vote down

My motivation is to get rid of the bad code and the thoughts that lead to it. Improving my style of coding is some sort of motivation for me. I feel like I want to prove that I'm better than the result of a bad review.

I think the "Now I'll do it even better" - strategy might be a good way to keep your head up.

link|flag
So you are looking forward to the next code review to prove yourself? – bastianneu Sep 10 at 12:46
Yeap, that's the point ;) – Mario Mueller Sep 10 at 15:04
vote up 4 vote down

Post your code as a StackOverflow question, and let some total strangers slap you around instead.

Update: OK, what I initially said was harsh for a joke. In reality, you should consider yourself lucky. For the first 5 years or so of my career, I was the best programmer everywhere I worked, even though I totally sucked as a programmer. Because I was never exposed to any sort of code review by knowledgeable and experienced peers, I constantly went off on ridiculous programming tangents, producing one absurdly overcomplicated, unworkable mess after another. And I did not really get better; if anything, I got worse over time. There is nothing more dangerous and ineffective than a self-styled genius programmer with no one around to tell him what an idiot he is.

By bearing up to a single harsh code review, you probably just saved yourself 5 years of wandering in the desert. Congratulations! You're now ahead of at least half of the programmers out there, and someday soon you'll be able to belittle and embarass junior developers yourself.

And on the bright side, at least they liked the project name. Remember, just like any landing that you walk away from is a good landing, any code review that leaves you still in possession of your job is a good code review.

link|flag
Ouch? I'm not sure that provides the motivation he's looking for. However, it does bring up a good point; is he not using Stack Overflow/Web sites correctly? If he's only using Stack Overflow for the motivation tags, that sounds like something that should change. Maybe he does need to post code, but I would only say if he knew what questions to ask. – James Skemp Sep 10 at 12:48
I like to post questions that belong to my project. But posting code just for review here? – bastianneu Sep 10 at 12:50
But that's not to say you can't find a good forum for the language(s) you use on your project, to verify. – James Skemp Sep 10 at 12:59

Your Answer

Get an OpenID
or

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