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. Being told to fix bugs caused by others

Being told to fix bugs caused by others

Scheduled Pinned Locked Moved The Lounge
helpsysadmintutorialquestionlearning
60 Posts 35 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.
  • P Pawel Krakowiak

    I created part of a web app. Another dev went in and changed how some code works and a modal dialog stopped working (it shows as an empty modal with only the title, but underneath there's an exception). Guess who was assigned the bug? Of course the creator of the tool, that would be me. This happens from time to time and I hate it. I feel that whoever breaks stuff should be publicly shamed ;) (for example in the CI server's website, but of course my client doesn't have CI...) and responsible for fixing it. I am sure this was discussed a dozen times here, sorry. This really grinds my gears.

    N Offline
    N Offline
    Nemanja Trifunovic
    wrote on last edited by
    #27

    Pawel Krakowiak wrote:

    I feel that whoever breaks stuff should be publicly shamed ;) (for example in the CI server's website, but of course my client doesn't have CI...) and responsible for fixing it.

    Let's see. Two weeks ago I fixed a few security issues in C code written in 1994 by someone I don't know who worked for a company that exists no more. As much as I would like to find the original coder and make him fix the bug, somehow I feel that won't work.

    utf8-cpp

    1 Reply Last reply
    0
    • L littleGreenDude

      Don't think of them as bugs, think of them as "opportunities". ;) The Art of Maintenance Programming[^]

      N Offline
      N Offline
      Nemanja Trifunovic
      wrote on last edited by
      #28

      littleGreenDude wrote:

      The Art of Maintenance Programming[^]

      :-\

      utf8-cpp

      1 Reply Last reply
      0
      • P Pawel Krakowiak

        I created part of a web app. Another dev went in and changed how some code works and a modal dialog stopped working (it shows as an empty modal with only the title, but underneath there's an exception). Guess who was assigned the bug? Of course the creator of the tool, that would be me. This happens from time to time and I hate it. I feel that whoever breaks stuff should be publicly shamed ;) (for example in the CI server's website, but of course my client doesn't have CI...) and responsible for fixing it. I am sure this was discussed a dozen times here, sorry. This really grinds my gears.

        A Offline
        A Offline
        Amarnath S
        wrote on last edited by
        #29

        Is this not the path of progress? One person creates something useful; which the stakeholders want to expand functionality for. This then gets worked upon by new team members who will not have the same knowledge levels as the creator - they add new features, and also "inject" bugs. These bugs need to be worked upon - and unfortunately (or fortunately?) in this case, it is the creator himself assigned to fix them :-) Not just software, but automobiles, airplanes, bridges, etc. - would have had the same path towards their current state, isn't it?

        1 Reply Last reply
        0
        • C CBadger

          Pawel Krakowiak wrote:

          bugs caused by others

          NO WAY! You mean to tell me bugs are caused by others? :omg: :wtf:

          »»» Loading Signature ««« · · · Please Wait · · ·    :badger:   :badger:   :badger:

          C Offline
          C Offline
          Corporal Agarn
          wrote on last edited by
          #30

          CBadger wrote:

          NO WAY! You mean to tell me bugs are caused by others? :OMG: :WTF:

          Or Microsoft. :-O

          C B 2 Replies Last reply
          0
          • N newton saber

            Pawel Krakowiak wrote:

            Another dev went in and changed how some code works

            Pawel Krakowiak wrote:

            This really grinds my gears.

            This brings back old memories. Years ago at a large corp. I was forced to write code over a weekend, because "it had to be comleted". I did the work, wrote some documentation, wrote test cases and put the code out for QA team. Of course, even though it had to be done immediately, they never got around to the code for weeks later. Oh, yes, this was HIGH PRIORITY. Whatever. Anyways, weeks later, the guy puts the stuff into production and someone comes to me. "That fails upon start up. Can you have a look." I looked at the code. What? Wait. I've never seen this code. Even though it's supposedly my code. What is going on? After much searching I find a contractor. An architect who is certainly my genius master. He says, "Oh, I rewrote that code." "Well, you did a bang up job," I said. "It doesn't even start. You're going to have to fix it." "I don't do that," he said. Later my boss told me I had to fix The Genius Architect's code even though I had already written code that worked and the GENIUS rewrote my code. What?!? (deployment of interrobang) That is utter stupidity!!! I totally understand your frustration. He who touches code should fix it!!!

            D Offline
            D Offline
            Dan Neely
            wrote on last edited by
            #31

            newton.saber wrote:

            Later my boss told me I had to fix The Genius Architect's code even though I had already written code that worked and the GENIUS rewrote my code.
            What?!? (deployment of interrobang)

            At which point you just reverted the architards checkin to the prior working version?

            Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

            N 1 Reply Last reply
            0
            • D Dan Neely

              newton.saber wrote:

              Later my boss told me I had to fix The Genius Architect's code even though I had already written code that worked and the GENIUS rewrote my code.
              What?!? (deployment of interrobang)

              At which point you just reverted the architards checkin to the prior working version?

              Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

              N Offline
              N Offline
              newton saber
              wrote on last edited by
              #32

              Dan Neely wrote:

              reverted the architards checkin to the prior working version?

              That's exactly what I wanted to do, but I wasn't allowed. It was completely political. Basically, without examining anything my boss said, "His unworking code is better than your working code." Now you could assume I'm an idiot and my code is complete crap. But, honestly, the code worked very well and was actually designed and I had unit tests, etc. Here's the kicker... The code was never put into production anyway, because the entire project went belly-up after they spent millions $$$ paying for contractors (such as the architect) who never could get the final product running. ugh!

              1 Reply Last reply
              0
              • P Pawel Krakowiak

                This is good advice. Maybe unless they never listen to you.

                D Offline
                D Offline
                Deflinek
                wrote on last edited by
                #33

                I'm with Pete on this one, as I see team work more valuable than being the sole star in the eyes of manager. However with that said it depends mostly on the team AND the manager. If your teammate doesn't care (again?) then definitely bring it to your manager. If he also doesn't care... well... I would say time for a new job. In a company I worked for a while ago, management added mandatory field to bugs in JIRA - you had to choose from the list of devs who caused the bug. Needless to say it didn't work very well in the long run...

                -- "My software never has bugs. It just develops random features."

                1 Reply Last reply
                0
                • P Pawel Krakowiak

                  I created part of a web app. Another dev went in and changed how some code works and a modal dialog stopped working (it shows as an empty modal with only the title, but underneath there's an exception). Guess who was assigned the bug? Of course the creator of the tool, that would be me. This happens from time to time and I hate it. I feel that whoever breaks stuff should be publicly shamed ;) (for example in the CI server's website, but of course my client doesn't have CI...) and responsible for fixing it. I am sure this was discussed a dozen times here, sorry. This really grinds my gears.

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

                  In my previous job, a successful (I developed it) application's second version was outsourced, they paid hundreds of thousands of dollars for that external development and when it came back, they assigned me to fix it. I think it beats that. :laugh: Also in that marvelous company with stellar management, the CIO used to say that debugging and fixing bugs shouldn't be done by people who developed an application, because they wrote the code and will follow the happy path. Apparently he didn't make a distinction between testing and bug fixing.

                  N 1 Reply Last reply
                  0
                  • P Pete OHanlon

                    Ahem. With colleagues, always praise in public and criticize them in private (i.e., to them and not just talking about them behind their back).

                    N Offline
                    N Offline
                    Nish Nishant
                    wrote on last edited by
                    #35

                    Excellent advice! Not surprised though, coming from you.

                    Regards, Nish


                    Blog: voidnish.wordpress.com

                    1 Reply Last reply
                    0
                    • L Lost User

                      In my previous job, a successful (I developed it) application's second version was outsourced, they paid hundreds of thousands of dollars for that external development and when it came back, they assigned me to fix it. I think it beats that. :laugh: Also in that marvelous company with stellar management, the CIO used to say that debugging and fixing bugs shouldn't be done by people who developed an application, because they wrote the code and will follow the happy path. Apparently he didn't make a distinction between testing and bug fixing.

                      N Offline
                      N Offline
                      newton saber
                      wrote on last edited by
                      #36

                      Kamen Nik wrote:

                      debugging and fixing bugs shouldn't be done by people who developed an application

                      It's good to be KING!! (See Mel Brook's History of the World Part I[^]) This terrible logic would seem to create sub-human RULERS who think everything they produce is perfect. (In an exercise of self-control, I will not mention anything toilet-related here.) Blithely they roll on. Ignorance of our own failures is the most beautifully ugly thing. :D

                      1 Reply Last reply
                      0
                      • C Corporal Agarn

                        CBadger wrote:

                        NO WAY! You mean to tell me bugs are caused by others? :OMG: :WTF:

                        Or Microsoft. :-O

                        C Offline
                        C Offline
                        CBadger
                        wrote on last edited by
                        #37

                        Like Windows Vista

                        »»» Loading Signature ««« · · · Please Wait · · ·    :badger:   :badger:   :badger:

                        S 1 Reply Last reply
                        0
                        • P Pawel Krakowiak

                          I created part of a web app. Another dev went in and changed how some code works and a modal dialog stopped working (it shows as an empty modal with only the title, but underneath there's an exception). Guess who was assigned the bug? Of course the creator of the tool, that would be me. This happens from time to time and I hate it. I feel that whoever breaks stuff should be publicly shamed ;) (for example in the CI server's website, but of course my client doesn't have CI...) and responsible for fixing it. I am sure this was discussed a dozen times here, sorry. This really grinds my gears.

                          Sander RosselS Offline
                          Sander RosselS Offline
                          Sander Rossel
                          wrote on last edited by
                          #38

                          Pawel Krakowiak wrote:

                          I feel that whoever breaks stuff should be publicly shamed

                          Impossible! Everyone breaks something once in a while and when everyone is publicly shamed there is no public to watch the shaming and thus no one is publicly shamed. Now let me find that post where your colleague said the same about your code... :D

                          My blog[^]

                          public class SanderRossel : Lazy<Person>
                          {
                          public void DoWork()
                          {
                          throw new NotSupportedException();
                          }
                          }

                          1 Reply Last reply
                          0
                          • P Pawel Krakowiak

                            I created part of a web app. Another dev went in and changed how some code works and a modal dialog stopped working (it shows as an empty modal with only the title, but underneath there's an exception). Guess who was assigned the bug? Of course the creator of the tool, that would be me. This happens from time to time and I hate it. I feel that whoever breaks stuff should be publicly shamed ;) (for example in the CI server's website, but of course my client doesn't have CI...) and responsible for fixing it. I am sure this was discussed a dozen times here, sorry. This really grinds my gears.

                            S Offline
                            S Offline
                            Simon ORiordan from UK
                            wrote on last edited by
                            #39

                            That's 'caused'. There. Now it's fixed.

                            P 1 Reply Last reply
                            0
                            • S Simon ORiordan from UK

                              That's 'caused'. There. Now it's fixed.

                              P Offline
                              P Offline
                              Pawel Krakowiak
                              wrote on last edited by
                              #40

                              I'm not a native English speaker, so I'd appreciate if you could elaborate. :) Perhaps the word choice is incorrect in the first place. Maybe one can't "cause" a bug. I guess I should have said "introduced".

                              S 1 Reply Last reply
                              0
                              • P Pawel Krakowiak

                                I'm not a native English speaker, so I'd appreciate if you could elaborate. :) Perhaps the word choice is incorrect in the first place. Maybe one can't "cause" a bug. I guess I should have said "introduced".

                                S Offline
                                S Offline
                                Simon ORiordan from UK
                                wrote on last edited by
                                #41

                                Sorry Pawel, I was just joking about the slight spelling mistake in your heading. It was a bug. 'Caused' is a good word to use. And I see you fixed it! :-D

                                1 Reply Last reply
                                0
                                • C CBadger

                                  Like Windows Vista

                                  »»» Loading Signature ««« · · · Please Wait · · ·    :badger:   :badger:   :badger:

                                  S Offline
                                  S Offline
                                  SortaCore
                                  wrote on last edited by
                                  #42

                                  I thought Vista was a virus. I tried installing XP but Vista insists it's a "better version". Now I just use 3.1 and have no viruses!

                                  C 1 Reply Last reply
                                  0
                                  • P Pawel Krakowiak

                                    What, there are unemployed software engineers?!

                                    S Offline
                                    S Offline
                                    SortaCore
                                    wrote on last edited by
                                    #43

                                    They know regex. That's a coding language, right?

                                    P 1 Reply Last reply
                                    0
                                    • S SortaCore

                                      They know regex. That's a coding language, right?

                                      P Offline
                                      P Offline
                                      Pawel Krakowiak
                                      wrote on last edited by
                                      #44

                                      I used to list HTML under known programming languages on my CV. ;)

                                      1 Reply Last reply
                                      0
                                      • S SortaCore

                                        I thought Vista was a virus. I tried installing XP but Vista insists it's a "better version". Now I just use 3.1 and have no viruses!

                                        C Offline
                                        C Offline
                                        CBadger
                                        wrote on last edited by
                                        #45

                                        Do not go too deep now Clickey[▬] :suss:

                                        »»» Loading Signature ««« · · · Please Wait · · ·    :badger:   :badger:   :badger:

                                        1 Reply Last reply
                                        0
                                        • P Pawel Krakowiak

                                          I created part of a web app. Another dev went in and changed how some code works and a modal dialog stopped working (it shows as an empty modal with only the title, but underneath there's an exception). Guess who was assigned the bug? Of course the creator of the tool, that would be me. This happens from time to time and I hate it. I feel that whoever breaks stuff should be publicly shamed ;) (for example in the CI server's website, but of course my client doesn't have CI...) and responsible for fixing it. I am sure this was discussed a dozen times here, sorry. This really grinds my gears.

                                          G Offline
                                          G Offline
                                          Gary Wheeler
                                          wrote on last edited by
                                          #46

                                          <OldWarStory> When I graduated from college, I went to work for the same company I'd worked for as an intern. My boss was pretty overbearing and judgmental. We wrote a data acquisition system for a customer, and were doing some on-site debugging. On the first day, I fixed an issue we found. A couple days later, the issue started happening again, and my boss starts yelling at me. I looked at the code, and my fix was gone. The original code had been restored. Come to find out, my boss didn't like how I'd done something else and restored an earlier version of the entire source file, without regard to any changes. The remaining two days of the trip, and the 8-hour drive home, were spent in utter silence on my part. During the drive home he tried to half-way apologize, but the damage was done. </OldWarStory>

                                          Software Zen: delete this;

                                          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