Slashdot Mirror


Ask Slashdot: How To Handle a Colleague's Sloppy Work?

An anonymous reader writes "I'm working on a new product with one of the more senior guys at our company. To be blunt: his work is sloppy. It works and gets the job done, but it's far from elegant and there are numerous little (some might say trivial) mistakes everywhere. Diagrams that should be spread over five or six pages are crammed onto one, naming is totally inconsistent, arrows point the wrong way (without affecting functionality) and so forth. Much of this is because he is so busy and just wants to get everything out the door. What is the best way to handle this? I spent a lot of time refactoring some of it, but as soon as he makes any changes it needs doing again, and I have my own work to be getting on with. I submit bug reports and feature requests, but they are ignored. I don't want to create bad feelings, as I have to work with him. Am I obsessing over small stuff, or is this kind of internal quality worth worrying about?"

55 of 332 comments (clear)

  1. Whining. by Anonymous Coward · · Score: 4, Funny

    Passive-aggressive complaints in a public forum looks like a good choice.

    1. Re:Whining. by cayenne8 · · Score: 5, Insightful
      Just do as much as it takes to get the job done successfully, and move on to the next thing.

      VERY few people have the luxury of the time to spend to tweak and get everything perfect and "just so".

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    2. Re:Whining. by stephanruby · · Score: 2

      I submit bug reports and feature requests, but they are ignored.

      Hopefully he's also talking to him face-to-face, because using the issue tracker for filing a "his diagram is too big to fit on one page" would seem like overdoing it.

    3. Re:Whining. by Nethead · · Score: 4, Insightful

      Exactly. If you want to be that anal about the product you should look for a job in aerospace. You'll fit right in.

      --
      -- I have a private email server in my basement.
    4. Re:Whining. by eth1 · · Score: 3, Insightful

      Just do as much as it takes to get the job done successfully, and move on to the next thing.

      VERY few people have the luxury of the time to spend to tweak and get everything perfect and "just so".

      I'm like the OP in that most of what I turn out is correct and consistent in all details. It doesn't take me any longer than the people that turn out "it works, but it's not pretty (especially if it has to be modified later)," and takes less time later since it's understandable and maintainable.

      Cleaning up crappy work, however, takes way longer than doing it neatly or sloppily the first time through.

      I find that the cause of this is usually people that don't bother to think any farther ahead than just finishing the job at hand, while I think about what's going to happen in 6 months when this needs to be changed.

      Everything we do has to be peer-reviewed, so the way I deal with it is to simply not approve anything that doesn't meet my standards, and help the person to understand why. Usually, if the person in question has half a brain, they'll catch on eventually.

    5. Re:Whining. by tutufan · · Score: 4, Insightful

      For many of us, doing things right in the first place is actually faster.

    6. Re:Whining. by Zero__Kelvin · · Score: 2

      Do they have time to read the summary on Slashdot? What he describes is far from what you are saying. What he describes is phenomenally sloppy work, and what you offer as a solution is anything but.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    7. Re:Whining. by Darinbob · · Score: 2

      You see this attitude from people fresh out of school, or maybe fresh from some company that has a huge budget for time wasting. They are baffled that the real world doesn't work as smoothly and orderly as all they imagine from the textbooks, they're confused that the extensive set of processes that they used to have aren't in place at the new company, and so forth.

  2. Get over it. by The_Wilschon · · Score: 4, Insightful

    If he's the senior guy and he's getting the job done, then I suspect he knows what he's doing and knows which aspects of the job to focus on and which to ignore because they are useless trivialities. Just stay out of his way.

    --
    SIGSEGV caught, terminating

    wait... not that kind of sig.
    1. Re:Get over it. by Nerdfest · · Score: 5, Insightful

      There's getting the job done, and there's getting the job done in a way that can be maintained by someone else in the future. The only way you should let someone continue developing an unmaintainable mess is when there is absolutely no chance it will ever need to be fixed or added to. I have yet to see that happen.

    2. Re:Get over it. by Tr3vin · · Score: 5, Funny

      Uh-oh. It looks like he also reads slashdot!

    3. Re:Get over it. by Anonymous Coward · · Score: 5, Insightful

      Who said it's solely "hierarchical" seniority? This entire question smacks of a fresh-out-of-college kid (it is May 3... when's graduation?) being absolutely stunned to learn that the real world of software engineering isn't as pretty and glossy and anal-retentively-dotted-i's-and-crossed-t's as he was led to believe it would be in his college classes.

      My guess is that the "senior guy" in question is a "senior guy" by virtue of the fact that he's been doing the work for years, and knows how to ship code.

      When you're the new guy, it's always better to understand "why" somebody experienced is doing something a particular way before you obsess over changing it. Sounds like the submitter has walked in, doesn't like somebody else's code style, and is now freaking out about it without making any attempt to understand why the senior guy has chosen to work this way.

      If it turns out the answer is "the senior guy is a shitty developer and actively harming the company," then you consider how to deal with that. But I'd be far more inclined to believe the answer is "the new guy is a whiny little bitch."

    4. Re:Get over it. by jeffmeden · · Score: 5, Funny

      The only way you should let someone continue developing an unmaintainable mess is when there is absolutely no chance it will ever need to be fixed or added to by you.

      FTFY

    5. Re:Get over it. by Beardo+the+Bearded · · Score: 4, Insightful

      I'm not a drafter. I'm an electrical engineer. I can make drawings, I can follow the guidelines, but I'm not as good at drafting as our drafters are.

      The drafters can understand what I'm trying to say and then make it pretty.

      Let people be good at what they do and support them with staff that can hold up the spots where they don't shine quite so bright.

      --

      ---
      ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
    6. Re:Get over it. by mark-t · · Score: 2

      This is true... but how it looks under the hood can play a huge factor in how feasible certain design change requests will be within a manageable schedule.

      The extra discipline that it takes to do it in a readable and manageable way the first time, so that any potential other developers who might work on the project later can actually meet their deadlines as well is easily effort that is very well spent. The relatively minuscule amount of time you save during the initial phases of a project by being lazy is not worth the grief of the rewrites that may need to happen several months or even several years later.

    7. Re:Get over it. by jythie · · Score: 3, Insightful

      Which, without details and context, we do not know which this is. I have met plenty of developers who fail to think about maintainability and plenty who prioritize idealogical artifacts over purpose. I have also known plenty of developers who consider anything they can not scan easily (meaning, the exact style they learned) to be 'sloppy', so from this limited context we do not even know how much is actual (reasonable or not) sloppyness vs aesthetic differences.

    8. Re:Get over it. by KZigurs · · Score: 3, Informative

      By the time your prototype has 20 paying customers and publications in the trade press you can afford to bring in somebody to 'clean up the mess'. For the remaining 19 prototypes you just saved 90% of development cost with no harm done.

      Not ideal, but yeah - perfect code is worth nothing if it never sees the day of light.

    9. Re:Get over it. by Kneo24 · · Score: 5, Interesting

      Certain comments deserve a +10 (or 11 if you prefer). This is one of them. You have hit the nail on the head. I do exactly this with our engineers where I work. They're terrible at writing documentation that other people in the building need to read. Some of the stuff I have seen is absolutely abysmal. What I decided to do was to be the guy that makes everything pretty and easy to digest before official releases for them. Over time a few of them have come to thank me for this, as it saves them a lot of headaches. The net result is that everyone looks good.

  3. use the thedailywtf to your advantage by Mahldcat · · Score: 3, Funny

    find some of the more fun things from his code, and submit submit submit....

  4. WTF does elegant mean? by alen · · Score: 3, Interesting

    i see a lot of "elegant" SQL code that i end up fixing to make it simpler so it runs faster

    Microsoft releases new versions of SQL Server every few years to make code simpler to read. and yet people still insist on "elegant" code that's a pain in the A$$ to figure out why its running so slow

    1. Re:WTF does elegant mean? by i+kan+reed · · Score: 4, Insightful

      Elegant is supposed to be readable. They're supposed to be the same. If you write code no one understands, it's not elegant, it's obtuse.

    2. Re:WTF does elegant mean? by icebike · · Score: 5, Insightful

      Unfortunately, elegant has been re-defined by many a geek as being the shortest possible line of code, regardless of how obtuse it is to read and understand. You can still see people spouting shell scripts or C statements designed solely to show how clever they are, at the expense of readability or maintainability.

      --
      Sig Battery depleted. Reverting to safe mode.
    3. Re:WTF does elegant mean? by pigiron · · Score: 2

      Temp tables can also make queries run faster especially when confronted with a single three pages long SQL statement.

    4. Re:WTF does elegant mean? by jythie · · Score: 2

      "elegant" is whatever is in style at the time the speaker got into programming. People generally consider something elegant if they can look at it and quickly determine what it does, which generally means it has to look like what they are used to reading because that is how our brain tends to deal with reading and patterns. You might be surprised at how much someone's comprehension speed changes if, say, you take a developer who has primarily worked in camelcase and have them read underscore separated code for instance.

  5. Like code doc more than code? by xxxJonBoyxxx · · Score: 4, Informative

    >> Diagrams that should be spread over five or six pages are crammed onto one

    And you still figured out what to do? Sounds like he knows what he's going then.

  6. Different people have different programming styles by cheesybagel · · Score: 3

    If his code works and his methodology produces consistent results then his methodology is sound. Perhaps you shouldn't be less concerned that other people have different ways of working than your own.

  7. You two should talk by LoRdTAW · · Score: 5, Funny
    1. Re:You two should talk by tgetzoya · · Score: 2

      Might you be complaining about this gentleman? http://ask.slashdot.org/story/13/01/03/2255204/ask-slashdot-how-to-react-to-coworker-who-says-my-code-is-bad

      I wish I had mod points for this.

  8. Functional or "Style" Mistakes by adisakp · · Score: 5, Insightful

    It works and gets the job done, but it's far from elegant and there are numerous little (some might say trivial) mistakes everywhere.

    If there are functional mistakes, then it shouldn't be working and the best way to complain would be to make bug reports and document your fixes to the code.

    However, if it's not buggy and you are refactoring because it's not "elegant" that's much harder to justify or document. Because it kind of sounds like you are complaining about his coding style while he is being productive and writing a ton of less than perfectly styled code that "works and gets the job done".

    1. Re:Functional or "Style" Mistakes by fermion · · Score: 5, Insightful
      I agree. First, let me be blunt and say it is not your job to make other people work the way you did or the way you learned in college. There are many different ways to get a job done, and often we benefit by adjusting and learning different ways of doing things.

      Second, if you are refactoring simply to make it look like you want it, and those documents are not being put into general use("I spent a lot of time refactoring some of it, but as soon as he makes any changes it needs doing again") then you may be wasting firm resources. If you can't get the work done without reworking everything, there are really only two options available. Realize that you are doing to have to some of this on your own time, or learn to read what is clearly company standard documents. These are after all what you have been given.

      Third, identify if there are actually any real issues with the current system. Base change on improvement that will result in significant efficiency, not just 'the way it should be done'. There has been many occasions where I have come in as the junior person and was allowed to make changes because those changes would result in real savings. There were other times where I was just trying to be clever or controlling. Know the difference.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
  9. take responsibility by bauerbob · · Score: 5, Insightful

    Don't send him bug reports and feature requests. If he's in charge of something you care about, ask him if he would give it to you (completely!). Then you can fix whatever you want. You will see that there'll be a new guy soon who thinks that your work is sloppy, sending bug reports and feature requests to YOU!

  10. Re:yes by digitrev · · Score: 5, Insightful

    To follow up on the other part of your question (what do I do), here are my suggestions.

    • See if there are any documents that back you up on this, e.g. style documents, and so on. Use them to your advantage.
    • Find people he's worked with before and see if this is a chronic issue, or if they've ever made headway on getting him to clean things up.
    • Get a feel of the culture there. If there's a culture of "get 'er done", you might be out of luck.
    • Talk to him. Let him know that you're having a hard time following his work in the format he typically hands to you, and that you end up spending a great deal of time refactoring things so that you can properly implement it. Emphasize that the whole project will go much smoother and faster if he's willing to spend some of his time cleaning things up. If you're lucky, he cleans things up. If you're less lucky, maybe he'll at least acknowledge the extra overhead, and manage his expectations of you accordingly.
    • Give up. If the guy is senior enough, or he's got an "in" with upper management, or he's just an asshole, then it might be better for you to just slog along and wait until the product launches.
    --
    Cynical Idealist
  11. Deal with reality. by Karmashock · · Score: 2

    I work with dozens of small companies many of whom have their own proprietary software and development. Consistency across these companies is nonexistent and consistency WITHIN the code any of the software packages is at best unpredictable.

    I deal with this by writing comments into all their code for my own information. If and when there is an issue, I can typically find the problem area very quickly and correct it.

    I make no effort to clean their code up if its operating acceptably. I get it so it works and don't waste anyone's time if it is already working.

    --
    I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
  12. Same as everyone in IT. by FatLittleMonkey · · Score: 2

    With cruel sarcastic insults.

    --
    Science is all about firing a drunk pig out of a cannon just to see what happens.
  13. "quality" is hard to judge by bbulkow · · Score: 2
    I see several different kinds of quality in my co-workers' code.

    I see problems that are called sloppiness, like bad variable names, and "ugly" looking loops. These are not worth worrying about. I find that many new programmers - programmers raised looking at open source code that is coded without comments with the fewest possible lines - find "ugly". Even the use of Gotos and similar, use of variables without accessor functions. The refactoring is to make functions shorter, to remove comments (since now the code is self-documenting). This kind of quality problem you should overlook, because it's more stylistic than you think.

    From your description, I think you're horrified by this lack of "neatness", and if so, you should get over that. (You talk about needing to "clean up" constantly - making me think this is simply moving lines around).

    There's another quality problem, which is incorrect modularization and abstraction. When I see code that is going around external provided APIs, not creating APIs but simply objects called "Object" and similar. PUtting functionality into a higher level module when a lower level module should be expanded so other people can use the same functionality - but it's "a pain" because you have to write test code and update documentation. Code that is incorrectly modularized is technical debit that will always be hard to remove.

    This kind of quality problem needs to be discussed. In your situation, the answer is always to ask questions. If your partner is always busy or blows you off, you go to another senior person and say "Joe doesn't have time for me, and I don't understand X way he factored the code, can you give me 5 minutes to explain this style?" If it really is as bad as you say, another senior person will grimace in horror, and tell you he'll go deal with it. You should expect to get reassigned to a better project in a few weeks.

  14. Learn from him by Fnkmaster · · Score: 5, Insightful

    I like working with people who get the job done, quickly and simply, and focus on functional completeness and minimizing defects. People who I can count on to tell them "here's what it needs to do" and I can know that I'll get something out that does what we need.

    I don't like working with people who obsess about every line of code they produce and who worry more about documenting things internally than about getting working code out the door.

    Sure, given the choice I prefer clean, maintainable code to shitty, sloppy code. But complaining about diagram quality in internal documentation? Unless you are making components for NASA or MRI machines, I think you're obsessing about things that don't matter that much.

    The reason the guy in question is senior to you is because management likes people they can count on to get shit done.

  15. Learn by nazsco · · Score: 2

    Lear all you can. how can he do less work and not create bugs? (if he creates bugs, stop fixing his work and let the problem fix itself)

    All in all, he is you tomorrow. You will get like him. Maybe there's a reason for that. maybe it's just indifference that comes with age. either way, i'd recomend you to learn his ways and start sooner, for as soon as you start that, you will get better pay, more respect, and a youger idiot to clean up after you.

  16. had an intern try to clean up my code... by schlachter · · Score: 4, Informative

    I had an intern try to optimize and clean up my code on his own initiative. It was pretty irritating.

    It was an internal demo and I had written the code quick and simple to get the job done. It didn't need to be clean or optimal. I wanted the intern to spend his time doing better things.

    OTOH, if I had tasked him to clean up my code and optimize, I might have been happy with his work.

    --
    My God can beat up your God. Just kidding...don't take offense. I know there's no God.
    1. Re:had an intern try to clean up my code... by Nerdfest · · Score: 5, Insightful

      I've found that those 'internal demos' pretty much always become production systems if they work. There is rarely such a thing as 'throw-away code', so I've stopped writing stuff like there is.

    2. Re:had an intern try to clean up my code... by Kjella · · Score: 3, Insightful

      I had an intern try to optimize and clean up my code on his own initiative. It was pretty irritating. (...) OTOH, if I had tasked him to clean up my code and optimize, I might have been happy with his work.

      You have an intern that can actually clean and optimize your code and you're complaining? Clearly he feels undervalued and wanted to show his skills or is just eager to learn and want to sharpen his skills, in either case just give him a proper assignment and be grateful.

      --
      Live today, because you never know what tomorrow brings
  17. This is a clash of styles. by doubledown00 · · Score: 2

    Nowhere in the parent post do I read that there are problems with his code not working. In fact the phrase "far from elegant" really does tell the tale. The true "problem" here is obvious: The product isn't being done the way *you* think it should. It is admirable that you have these standards, but in the "real world" one has to work on a continum between time and budget.

    Also, the author complains that 1) the code is not up to his stanadards, yet 2) he doesn't feel he should have to make it so. If you wish for the coding to be done your way, then you will need to invest the extra time to do it. Otherwise accept that "functional = good enough" and drive on.

  18. Love your colleague. by galexand · · Score: 5, Interesting

    My boss is like that, he abuses cut-and-paste to the exclusion of proper factoring. The code is sometimes comical. He does it for the exact same reason, he wants to move on to testing/fixing/improving, rather than spending a lot of time dreaming-about-how-it-ought-to-be.

    Sometimes, maybe 3 or 4 times in the decade that I've worked with him, I have needed to do a major re-factoring just to be able to shoe-horn in a new feature. He is glad I'm here to do that, because he doesn't enjoy re-factoring. I'm glad he's there to do his part, though, because a lot of times he can throw out a big *working* piece of garbage in just a few days, while I would still be arguing with myself about where to start.

    The machine works. Therefore, I cannot point to any component that is broken. The machine works.

    So I enjoy this, I look at all of the numerous insurmountable customer problems that we have dispatched over the years together, and it is beautiful to me. I love my boss.

    That's my advice to you: learn to love this guy, to think of his foolish shortcuts and disorder as unique tools that a unique person uses to solve the problems in front of him. Consider it "local flavor." If you're being hauled up in front of management and they're blaming you for his bugs, that's one thing. But if the machine works, learn to love it. If you can't love it, quit programming and go into a less creative field.

  19. Re:yes, submit to his supervisor by Score+Whore · · Score: 2

    "worthless" seniors created the company and keep it in business and likely solve the vast majority of the issues that come up. might want to keep that in mind.

    if you don't believe this take a look at open source projects. the ones with longevity (linux, xorg, mysql, mozilla) are run and carried by "worthless" seniors.

  20. FTFY: Rewritten the question correctly... by maroberts · · Score: 5, Funny
    I'm working on a new product with one of the more junior guys at our company. To be blunt: his work is sloppy. Because he obsesses over details, whilst his work is elegant and has few mistakes, he never completes any work. It never gets to the stage where It works and gets the job done, but there are numerous incomplete (some might say major) sections everywhere.

    Diagrams that could fit in one page are spread over five or six pages, he's anal over naming convention and minor details like whether arrows point the right way (whether it affects functionality or not) and so forth. He spends lots of time refactoring code instead of making progress and never gets anything out of the door, costing us money. What is the best way to handle this? Whenever I make necessary improvements he goes over my changes with a fine toothcomb, instead of getting on with his own work he spent a lot of time refactoring some of mine. The annoying little tyke then submits bug reports and feature requests, but which my fellow senior peole read with condescending amusement. I don't want to create bad feelings, as I have to work with him. Is he obsessing over small stuff, and should he see the Bigger Picture"

    --

    Donte Alistair Anderson Roberts - hi son!
    Karma: Chameleon

  21. Re:Easy by DeKO · · Score: 2

    This. If it's your job to go and fix his mess, do it without complaining. And document all the effort you put into it, to avoid being labeled as someone that just rewrites code without adding anything.

    If you are not responsible for cleaning after the senior, then don't do it, let it all rot until somebody (your boss, or even your colleague) makes the decision it's time to clean the mess.

  22. Somewhere out there ... by BaronAaron · · Score: 3, Funny

    There is a senior developer submitting a Ask Slashdot article about what to do with a know-it-all junior developer wasting time "refactoring" all of his code.

  23. This? Slashdot front page? by h00manist · · Score: 2

    How on earth did that happen?

    --
    Build your own energy sources from scratch. http://otherpower.com/
  24. Re:yes by Diss+Champ · · Score: 4, Insightful

    Is it possible the OP is already the junior developer hired for this purpose? :)

  25. Yep. Passive-aggressive. by Jane+Q.+Public · · Score: 2

    While the first poster's comment might have been intended as snide or humorous, there's a grain of truth in it. Not about whining, necessarily, but about his behavior at work.

    The thing is, there is probably no future in doing what he is doing: somebody else's work, without credit.

    I can appreciate that he wants to make sure things are done right, but he's doing work that should have been done by somebody else, and not making sure that it's being noticed. That's a great formula for failure. I know because I have been there.

    If it's just charts and diagrams, then I'd mark each change with a colored * (asterisk), then at the bottom put:

    * change by [blah] on [today's date here]

    And if it's code, I'd make sure to comment any such changes I made.

    Then, at least, he's taking credit for getting it done, and subtly calling attention to the fact that somebody else did NOT get it done right.

    If doing it right and taking credit for the changes will get him in trouble, then he's in a toxic workplace and should start looking for another right away.

  26. Ability to respond to requirement changes by tepples · · Score: 2

    it's often better to do your own tasks and focus on your own productivity than cleaning up code that already works.

    Unless a project is completely waterfall model, with the smallest changes billed at the same rate as creating a new system from the ground up, increasing the ability of the company to respond to requirement changes for an existing product increases the productivity of all the company's employees. Is it the fact that a particular person's contribution to such an increase is hard to measure?

  27. Re:Visual Studio with ReSharper by Jstlook · · Score: 4, Interesting

    Are you kidding? This is how dice is selling marketing on /. nowadays .. put up a phony "ask slashdot" question, and put the shill at the top of the queue.

    --
    ---jstlook ---For that is the way of Elves, for they say both yes AND no, and mean every word of it. --- J.R.R.T.
  28. Re:Subsequent changes in user requirements by coyote_oww · · Score: 4, Insightful

    Look at Adobe. Their Flash code base 'got the job done'.

    and people used it for years. We can complain, but they beat competitors by getting there first (rather than pretty under the hood).

  29. Why the hate? Maybe submitter is right? by Just+Some+Guy · · Score: 5, Interesting

    Is it possible - maybe not likely, just possible - that the submitter is in the right? The following is completely fictional and I'm making it up entirely for illustrative purposes. None of it ever really happened. Honest. Ahem.

    I transferred from one department in a previous company to another, and was assigned to help a Principal Software Engineer polish up some code for release. When I first looked at the code, I thought maybe I was in over my head. I felt stupid. I couldn't understand a thing. I brought this up to my manager, who chided me for nitpicking about coding styles.

    So I slaved away to understand how the project worked and how all the pieces fit together. I'd ask questions like "why are we monkey patching standard library classes to alter their behavior" and be told "it's easier this way". I'd ask why we had 9 levels of inheritance and be told it was to keep the abstractions clean (although I couldn't understand why 7 of those 9 layers only had one child class that derived from them). Why are chunks of server code in the client? Because that's how the design diagram works. Why did we invent our own unit test framework? Because the others weren't good enough for us.

    The whole mess came crashing down when our boss asked me to add a data validation check on a certain input. It was a stupidly simple check like "if value < 0: raise ValueError('value must be >= 0')" - that kind of thing. It turned out to be impossible. There was a hell's brew of code that handled errors by returning None, code that returned a string with the error message, and code that used exception handling. There was not one single clean codepath between the API layer and the database model.

    My boss had been more concerned with my questions over the weeks, but it wasn't until I showed him the code that he really "got it". He flipped. Meetings were called. VPs were summoned. Design and code reviews were scheduled. The original coder became so frustrated with what he saw as "micromanagement" - things like "unit tests must actually pass before deployment" and "don't monkeypatch everything" - that he quit and I was given ownership of the ball of mess. Since then, I've managed to make reliable, vastly simpler (seriously, I've probably reduced line count by 2/3 and call stack depth by 3/4), and understandable. It no longer uses ML for a templating language. You can read a method's code to see how it works instead of running "git grep methodname" to see if another module patches it at runtime. I'm no longer ashamed to be associated with it.

    Sorry, submitter, but I don't have any advice for you. I do have advice for the rest of the readers, though: consider the possibility that the submitter was telling the truth. There are silly code style differences that shouldn't get in the way of getting your work done. You like studly capped method names and your coworker likes_under_scores? The sun will still rise tomorrow. But just because someone is senior doesn't mean that their code isn't a fetid ball of fail.

    --
    Dewey, what part of this looks like authorities should be involved?
  30. Re:Subsequent changes in user requirements by Nerdfest · · Score: 2

    People would probably still be using if it were fast, efficient, and secure. Those three things are tend to be a lot easier to achieve with a highly maintainable code base.

  31. Company size and culture by opentunings · · Score: 2

    I've seen this happen more often in small companies than in large. When that's the case, I don't think there's a thing you can do about it. If they helped save the company's skin once, ten years ago, then they've been Teflon coated. Nothing you can say or do will stick to them. Regardless of whether their code is poor, or they never bathe, or they demand their own way...they're beyond reproach at that point. Big companies, otoh, have a large enough talent pool on which to draw that they can say "adios muchacho" and replace the annoying staffer with one who's more of a team player.