Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. What do I do now? [modified]

What do I do now? [modified]

Scheduled Pinned Locked Moved The Lounge
tutorialquestion
58 Posts 26 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Joe Q

    I just did a desktop review of a guys code and sent him some comments. His code was not very good. I saw many potential problems, he used goto's a lot so it was confusing to follow, it wen't against the style guide, it had dead code, and statics so people couldn't use many generic and useful functions. I'm the software lead so I felt like I needed to say something. I e-mailed him, and only him my comments and I only commented on the code, not him personally. I made sure I didn't use the word "you" and re-read it 3 times to try to make it as anti-inflamtory as possible. He responded to my e-mail to everyone, peer's and bosses, with some pointed, personal comments toward me and some about my comments. Also comments about why he did some of what he did (which had no software basis). I'm going to talk to him after lunch (I'm in a different building). Any suggestions on what I say to him? I'll talk about the style guide, but what about the crappy code? I'm used to more rational people. Joe Q -- modified at 13:41 Tuesday 31st October, 2006 [CONTINUED] I really appreciate the advice, I'm going to talk to him now. Calmly, breath deeply, don't say "you're fired" (Actually I can't back that one up anyway), be professional, use the facts only and talk only about the code. Thanks, and now...into the abyss!

    J Offline
    J Offline
    James Brown
    wrote on last edited by
    #16

    Fire him. Someone that ignorant does not deserve to be working for you...


    http://www.catch22.net

    1 Reply Last reply
    0
    • J Joe Q

      I just did a desktop review of a guys code and sent him some comments. His code was not very good. I saw many potential problems, he used goto's a lot so it was confusing to follow, it wen't against the style guide, it had dead code, and statics so people couldn't use many generic and useful functions. I'm the software lead so I felt like I needed to say something. I e-mailed him, and only him my comments and I only commented on the code, not him personally. I made sure I didn't use the word "you" and re-read it 3 times to try to make it as anti-inflamtory as possible. He responded to my e-mail to everyone, peer's and bosses, with some pointed, personal comments toward me and some about my comments. Also comments about why he did some of what he did (which had no software basis). I'm going to talk to him after lunch (I'm in a different building). Any suggestions on what I say to him? I'll talk about the style guide, but what about the crappy code? I'm used to more rational people. Joe Q -- modified at 13:41 Tuesday 31st October, 2006 [CONTINUED] I really appreciate the advice, I'm going to talk to him now. Calmly, breath deeply, don't say "you're fired" (Actually I can't back that one up anyway), be professional, use the facts only and talk only about the code. Thanks, and now...into the abyss!

      E Offline
      E Offline
      El Corazon
      wrote on last edited by
      #17

      Joe Q wrote:

      I'll talk about the style guide, but what about the crappy code?

      if it isn't in the style guide, you need to get it in the style guide. I run into similar issues, you should have heard the run-in over java vs. C++/C#... hooooo heated... The style guide should refer to a lot of things to make code shareable as well as physical look. This should be variable/class naming conventions, and use of loops/gotos. Some places will say no more than xx number of loops per routine, some will say no fewer than xx lines in a method, etc. If it is not on paper, you have a harder time enforcing it. Otherwise, take the other's advice, do not let it be drawn into a personal match. Focus on code and only code, any change on subject, bring it back to code.

      _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

      J 1 Reply Last reply
      0
      • Richard Andrew x64R Richard Andrew x64

        Keep the conversation focused on the code itself. Don't fall prey to any attempt to make it about personalities ( you in particular ).

        -------------------------------- "All that is necessary for the forces of evil to win in the world is for enough good men to do nothing" -- Edmund Burke

        J Offline
        J Offline
        Joe Q
        wrote on last edited by
        #18

        Good idea...if I can do it. I get defensive when I'm attacked.

        1 Reply Last reply
        0
        • C Chris Austin

          That was my first thought. Then I remembered how much I hated reviewing resumes and spending several of the teams hours interviewing candidates.

          A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. - -Lazarus Long, Time Enough For Love

          J Offline
          J Offline
          Joe Q
          wrote on last edited by
          #19

          There have been many problems with this guy before. The company policy is to not get rid of any one because of incompatance, just for not following policies.

          C M G 3 Replies Last reply
          0
          • M Michael A Barnhart

            Maximilien wrote:

            reply-all vs. reply.

            I do not think so. Joe said "I e-mailed him, and only him".

            J Offline
            J Offline
            Joe Q
            wrote on last edited by
            #20

            It's true. I wrote to only him. when he responded, he added all the other software, hardware, leads, and bosses names on to the email for the reply. I can't figure out why.

            C D C 3 Replies Last reply
            0
            • J Joe Q

              I just did a desktop review of a guys code and sent him some comments. His code was not very good. I saw many potential problems, he used goto's a lot so it was confusing to follow, it wen't against the style guide, it had dead code, and statics so people couldn't use many generic and useful functions. I'm the software lead so I felt like I needed to say something. I e-mailed him, and only him my comments and I only commented on the code, not him personally. I made sure I didn't use the word "you" and re-read it 3 times to try to make it as anti-inflamtory as possible. He responded to my e-mail to everyone, peer's and bosses, with some pointed, personal comments toward me and some about my comments. Also comments about why he did some of what he did (which had no software basis). I'm going to talk to him after lunch (I'm in a different building). Any suggestions on what I say to him? I'll talk about the style guide, but what about the crappy code? I'm used to more rational people. Joe Q -- modified at 13:41 Tuesday 31st October, 2006 [CONTINUED] I really appreciate the advice, I'm going to talk to him now. Calmly, breath deeply, don't say "you're fired" (Actually I can't back that one up anyway), be professional, use the facts only and talk only about the code. Thanks, and now...into the abyss!

              N Offline
              N Offline
              Not Active
              wrote on last edited by
              #21

              Don't go into the meeting alone. The guy is obviously heated already so anything you say may set him off more. Having an impartial mediator will keep both of you on topic and provide some grounding if necessary.


              only two letters away from being an asset

              1 Reply Last reply
              0
              • J Joe Q

                I just did a desktop review of a guys code and sent him some comments. His code was not very good. I saw many potential problems, he used goto's a lot so it was confusing to follow, it wen't against the style guide, it had dead code, and statics so people couldn't use many generic and useful functions. I'm the software lead so I felt like I needed to say something. I e-mailed him, and only him my comments and I only commented on the code, not him personally. I made sure I didn't use the word "you" and re-read it 3 times to try to make it as anti-inflamtory as possible. He responded to my e-mail to everyone, peer's and bosses, with some pointed, personal comments toward me and some about my comments. Also comments about why he did some of what he did (which had no software basis). I'm going to talk to him after lunch (I'm in a different building). Any suggestions on what I say to him? I'll talk about the style guide, but what about the crappy code? I'm used to more rational people. Joe Q -- modified at 13:41 Tuesday 31st October, 2006 [CONTINUED] I really appreciate the advice, I'm going to talk to him now. Calmly, breath deeply, don't say "you're fired" (Actually I can't back that one up anyway), be professional, use the facts only and talk only about the code. Thanks, and now...into the abyss!

                D Offline
                D Offline
                David Crow
                wrote on last edited by
                #22

                Joe Q wrote:

                ...and I only commented on the code, not him personally. I made sure I didn't use the word "you"...

                Good for you. This is extremely important, and something I strived for back when I was on a team.


                "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

                "Judge not by the eye but by the heart." - Native American Proverb

                J 1 Reply Last reply
                0
                • C Chris Austin

                  Tough spot to be in. I used to invite the younger coders into my office to go over this stuff with style guides open on my desk. Maybe the personal touch helped reduce the number of "passionate" responses I got. I think you have the right idea about the style guide. Also include that dead code is a no no. :) I am not sure how I would handle the bad code stuff though. Maybe you can try to ask him why he made the decisions, and dear god why so many goto's :).

                  A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. - -Lazarus Long, Time Enough For Love

                  J Offline
                  J Offline
                  Joe Q
                  wrote on last edited by
                  #23

                  He has more experiance than me. I think he's been passed over (many times) due to this type of thing. Actually, if he wouldn't have used the goto's I think it would have been easier to see the dead code.

                  C 1 Reply Last reply
                  0
                  • M Maximilien

                    I would not take him one on one in this situation, try to get someone of authority on both of you to moderate the discussion. If possible, have this 3rd person call the meeting, not you; so that you can cover your behind if it ever back-fires at you.


                    Maximilien Lincourt Your Head A Splode - Strong Bad

                    J Offline
                    J Offline
                    Joe Q
                    wrote on last edited by
                    #24

                    Good idea, I think I'll get one of the bosses in on this, at least to moderate. One of them has a software background and he would be good.

                    1 Reply Last reply
                    0
                    • J Joe Q

                      It's true. I wrote to only him. when he responded, he added all the other software, hardware, leads, and bosses names on to the email for the reply. I can't figure out why.

                      C Offline
                      C Offline
                      Chris Losinger
                      wrote on last edited by
                      #25

                      Joe Q wrote:

                      I can't figure out why.

                      probably because he feels your email was out of line, and he wants everybody else to see just how evil you are.

                      image processing | blogging

                      1 Reply Last reply
                      0
                      • C Chris Austin

                        Marc Clifton wrote:

                        "please do it this way" and you look a week later at their code, and no difference.

                        I've been there. One of my former co-workers just seemed to write the same code regardless of the project, language or, requirements. You try to be helpful and show them a better way and you might as well be talking to the wall.

                        A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. - -Lazarus Long, Time Enough For Love

                        J Offline
                        J Offline
                        Joe Q
                        wrote on last edited by
                        #26

                        That's this guy. He's also the RTFM guy that I ranted about some earlier this month. He doesn't seem to learn.

                        L 1 Reply Last reply
                        0
                        • M Michael A Barnhart

                          First I agree with Richie, keep yourself professional, no matter if he is or not. Now depending on whom he responded to, do you have a manager that is now already involved. If so it may be best if the 3 of you meet and you go over the style guide. Focus on compliance with company policies and not his poor coding.

                          J Offline
                          J Offline
                          Joe Q
                          wrote on last edited by
                          #27

                          Yes, there's a boss who was a software guy I think I'm going to call in.

                          1 Reply Last reply
                          0
                          • L Leslie Sanford

                            Ok, I was confused at first, but I think I understand now.

                            Joe Q wrote:

                            I'm the software lead so I felt like I needed to say something. I e-mailed him, and only him my comments and I only commented on the code, not him personally.

                            The email you sent concerning his code was sent only to him.

                            Joe Q wrote:

                            He responded to my e-mail to everyone, peer's and bosses, with some pointed, personal comments toward me and some about my comments.

                            So instead of responding to your original email you sent only to him regarding his code, he responded to a second email you sent to everyone and brought it up there, even to the extent of making personal comments towards you. You're the software lead and he is a junior programmer (I assume). He took what was suppose to be a private exchange between the two of you public. Is this correct? [EDIT]Erm, nevermind. Apparently there was no second email. As David said, he probably hit reply to your email to him and CC'ed everyone under the sun. If that's the case, he's truly a dweeb.[/EDIT] -- modified at 13:09 Tuesday 31st October, 2006

                            J Offline
                            J Offline
                            Joe Q
                            wrote on last edited by
                            #28

                            Leslie Sanford wrote:

                            You're the software lead and he is a junior programmer (I assume). He took what was suppose to be a private exchange between the two of you public. Is this correct?

                            Correct, partially. He was the one who took it public. But he's also more senior than me. I think it's stuff like this that's kept him from advancing.

                            L 1 Reply Last reply
                            0
                            • E El Corazon

                              Joe Q wrote:

                              I'll talk about the style guide, but what about the crappy code?

                              if it isn't in the style guide, you need to get it in the style guide. I run into similar issues, you should have heard the run-in over java vs. C++/C#... hooooo heated... The style guide should refer to a lot of things to make code shareable as well as physical look. This should be variable/class naming conventions, and use of loops/gotos. Some places will say no more than xx number of loops per routine, some will say no fewer than xx lines in a method, etc. If it is not on paper, you have a harder time enforcing it. Otherwise, take the other's advice, do not let it be drawn into a personal match. Focus on code and only code, any change on subject, bring it back to code.

                              _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                              J Offline
                              J Offline
                              Joe Q
                              wrote on last edited by
                              #29

                              He is a guy I ranted about earlier this month. I wanted him to RTFM but he didn't have time, he had to finish what he was doing. I will focus on the code but if he puts in personal jabs at me, then I'm not sure if I can.

                              E 1 Reply Last reply
                              0
                              • D David Crow

                                Joe Q wrote:

                                ...and I only commented on the code, not him personally. I made sure I didn't use the word "you"...

                                Good for you. This is extremely important, and something I strived for back when I was on a team.


                                "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

                                "Judge not by the eye but by the heart." - Native American Proverb

                                J Offline
                                J Offline
                                Joe Q
                                wrote on last edited by
                                #30

                                Thanks, I've learned from my mistakes.

                                1 Reply Last reply
                                0
                                • J Joe Q

                                  He has more experiance than me. I think he's been passed over (many times) due to this type of thing. Actually, if he wouldn't have used the goto's I think it would have been easier to see the dead code.

                                  C Offline
                                  C Offline
                                  Chris Austin
                                  wrote on last edited by
                                  #31

                                  Joe Q wrote:

                                  He has more experiance than me.

                                  Ouch. I do't envy you then. It sounds like you have a very jaded person to deal with.

                                  A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. - -Lazarus Long, Time Enough For Love

                                  1 Reply Last reply
                                  0
                                  • L l a u r e n

                                    "You're fired" ?


                                    "there is no spoon"
                                    {some projects} {about me}

                                    J Offline
                                    J Offline
                                    Joe Q
                                    wrote on last edited by
                                    #32

                                    I Wish!!

                                    1 Reply Last reply
                                    0
                                    • L Leslie Sanford

                                      Joe Q wrote:

                                      He responded to my e-mail to everyone, peer's and bosses, with some pointed, personal comments toward me and some about my comments.

                                      Just to clarify, what do you mean by "He responded to my e-mail to everyone..."?

                                      J Offline
                                      J Offline
                                      Joe Q
                                      wrote on last edited by
                                      #33

                                      He added everyone in the group onto his pointed reply back to me.

                                      1 Reply Last reply
                                      0
                                      • J Joe Q

                                        There have been many problems with this guy before. The company policy is to not get rid of any one because of incompatance, just for not following policies.

                                        C Offline
                                        C Offline
                                        Chris S Kaiser
                                        wrote on last edited by
                                        #34

                                        Aren't the coding guidelines ... policies?

                                        What's in a sig? This statement is false. Build a bridge and get over it. ~ Chris Maunder

                                        1 Reply Last reply
                                        0
                                        • J Joe Q

                                          I just did a desktop review of a guys code and sent him some comments. His code was not very good. I saw many potential problems, he used goto's a lot so it was confusing to follow, it wen't against the style guide, it had dead code, and statics so people couldn't use many generic and useful functions. I'm the software lead so I felt like I needed to say something. I e-mailed him, and only him my comments and I only commented on the code, not him personally. I made sure I didn't use the word "you" and re-read it 3 times to try to make it as anti-inflamtory as possible. He responded to my e-mail to everyone, peer's and bosses, with some pointed, personal comments toward me and some about my comments. Also comments about why he did some of what he did (which had no software basis). I'm going to talk to him after lunch (I'm in a different building). Any suggestions on what I say to him? I'll talk about the style guide, but what about the crappy code? I'm used to more rational people. Joe Q -- modified at 13:41 Tuesday 31st October, 2006 [CONTINUED] I really appreciate the advice, I'm going to talk to him now. Calmly, breath deeply, don't say "you're fired" (Actually I can't back that one up anyway), be professional, use the facts only and talk only about the code. Thanks, and now...into the abyss!

                                          L Offline
                                          L Offline
                                          Lost User
                                          wrote on last edited by
                                          #35

                                          1. Don't argue with him - this sounds a passive/agressive personality which can blow up in your face. 2. Do not say anything personal, do not respond to his taunts. All that will happen is he drags you down to his level. 3. State your case and keep a record of what you say. 4. If necessary give him clear isntructions and again, keep a record. 5. Are you his manager/leader? If so give him some objectives (SMART style) after discussion with your manager if you feel it appropriate. Good luck. Elaine :rose:

                                          The tigress is here :-D

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups