Childish developers
-
Sorry bit of a rant. While one of the developers on the team was out for two weeks I had to modify his code, make some improvements I had talked to him about earlier and he never understood or thought it was necessry. Now that he is back to work he is upset because I did it and now refuses to check the files in to VSS so no one can modify them. :sigh: :((
only two letters away from being an asset
Mark Nischalke wrote:
Now that he is back to work he is upset because I did it and now refuses to check the files in to VSS so no one can modify them.
So, did you check them out using his login? If so, maybe that's what made him annoyed. If you are changing code owned by someone else, it'd have been more prudent to check them out as yourself so it's all logged correctly.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*) -
Sorry bit of a rant. While one of the developers on the team was out for two weeks I had to modify his code, make some improvements I had talked to him about earlier and he never understood or thought it was necessry. Now that he is back to work he is upset because I did it and now refuses to check the files in to VSS so no one can modify them. :sigh: :((
only two letters away from being an asset
I know I'm tackling the symptom rather than the cause, but isn't it possible for the admin to release his lock on the file? PVCS has that feature. On a more related note... :wtf:
Cheers, Vikram.
"Life isn't fair, and the world is full of unscrupulous characters. There are things worth fighting for, killing for and dying for, but it's a really small list. Chalk it up to experience, let it go, and move on to the next positive experience in your life." - Christopher Duncan.
-
Mark Nischalke wrote:
Now that he is back to work he is upset because I did it and now refuses to check the files in to VSS so no one can modify them.
So, did you check them out using his login? If so, maybe that's what made him annoyed. If you are changing code owned by someone else, it'd have been more prudent to check them out as yourself so it's all logged correctly.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)I checked them under my account and fully documented the changes and the reason for the change, and ran unit tests to confirm functionality. He is upset because I touched his code. Well, daaa you were out for two weeks, we couldn't wait for you get back. :rolleyes:
only two letters away from being an asset
-
I know I'm tackling the symptom rather than the cause, but isn't it possible for the admin to release his lock on the file? PVCS has that feature. On a more related note... :wtf:
Cheers, Vikram.
"Life isn't fair, and the world is full of unscrupulous characters. There are things worth fighting for, killing for and dying for, but it's a really small list. Chalk it up to experience, let it go, and move on to the next positive experience in your life." - Christopher Duncan.
Vikram A Punathambekar wrote:
I know I'm tackling the symptom rather than the cause, but isn't it possible for the admin to release his lock on the file?
Talking of source control, I've been waiting 40 minutes for VSS to complete whatever the heck it is doing. It is doing stuff, but it is just taking a long time. Talking about admin releases on locks. At the last place I worked I once went on holiday with a couple of files checked out by accident. On my retutn I was told that they had to have the admin release them and my changes were lost. I was also told that I had to pay a penalty. So, I had to buy donuts for everyone.
Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos
-
I know I'm tackling the symptom rather than the cause, but isn't it possible for the admin to release his lock on the file? PVCS has that feature. On a more related note... :wtf:
Cheers, Vikram.
"Life isn't fair, and the world is full of unscrupulous characters. There are things worth fighting for, killing for and dying for, but it's a really small list. Chalk it up to experience, let it go, and move on to the next positive experience in your life." - Christopher Duncan.
Totally possible but the admin and team lead isn't the most qualified to begin with. It took me weeks to convince him of the benefits tiered development and not writing all your code in the aspx page. :rolleyes:
only two letters away from being an asset
-
Totally possible but the admin and team lead isn't the most qualified to begin with. It took me weeks to convince him of the benefits tiered development and not writing all your code in the aspx page. :rolleyes:
only two letters away from being an asset
In that case, you have my condolences. :rose:
Cheers, Vikram.
"Life isn't fair, and the world is full of unscrupulous characters. There are things worth fighting for, killing for and dying for, but it's a really small list. Chalk it up to experience, let it go, and move on to the next positive experience in your life." - Christopher Duncan.
-
Sorry bit of a rant. While one of the developers on the team was out for two weeks I had to modify his code, make some improvements I had talked to him about earlier and he never understood or thought it was necessry. Now that he is back to work he is upset because I did it and now refuses to check the files in to VSS so no one can modify them. :sigh: :((
only two letters away from being an asset
Talk to him about Collective Code Ownership[^], it is one of the principles of Extreme Programming. Explain that the whole team owns the code and the improvements may not have been immediately obvious to anyone, but you discovered you needed them because of XYZ. Make sure he knows your changes weren't a poor reflection on him.
-
I checked them under my account and fully documented the changes and the reason for the change, and ran unit tests to confirm functionality. He is upset because I touched his code. Well, daaa you were out for two weeks, we couldn't wait for you get back. :rolleyes:
only two letters away from being an asset
Does Project management stand behind "Noone singly owns a certian piece of code, we all do"? if yes: get that guy educated if no: think if you can accept such a policy. If not, find something better. The market isn't bad enough to make you put up with this.
Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us! -
Totally possible but the admin and team lead isn't the most qualified to begin with. It took me weeks to convince him of the benefits tiered development and not writing all your code in the aspx page. :rolleyes:
only two letters away from being an asset
Whoever it is doesn't seem to be a team player. IMO it is better to be without such people.
Ant. I'm hard, yet soft.
I'm coloured, yet clear.
I'm fruity and sweet.
I'm jelly, what am I? Muse on it further, I shall return! - David Walliams (Little Britain) -
Totally possible but the admin and team lead isn't the most qualified to begin with. It took me weeks to convince him of the benefits tiered development and not writing all your code in the aspx page. :rolleyes:
only two letters away from being an asset
-
Sorry bit of a rant. While one of the developers on the team was out for two weeks I had to modify his code, make some improvements I had talked to him about earlier and he never understood or thought it was necessry. Now that he is back to work he is upset because I did it and now refuses to check the files in to VSS so no one can modify them. :sigh: :((
only two letters away from being an asset
Mark Nischalke wrote:
Now that he is back to work he is upset because I did it and now refuses to check the files in to VSS so no one can modify them.
this is unacceptable in a professional work environment. you should resolve this with the help of your boss or your team leader; have him arrange a meeting with both of you, and discuss this. If that behaviour continues, the boss and/or team leader should fire that programmer.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
Mark Nischalke wrote:
Now that he is back to work he is upset because I did it and now refuses to check the files in to VSS so no one can modify them.
this is unacceptable in a professional work environment. you should resolve this with the help of your boss or your team leader; have him arrange a meeting with both of you, and discuss this. If that behaviour continues, the boss and/or team leader should fire that programmer.
Maximilien Lincourt Your Head A Splode - Strong Bad
Maximilien wrote:
ou should resolve this with the help of your boss or your team leader
You may want to warn him first, give him a chance to come around alone.
-
Sorry bit of a rant. While one of the developers on the team was out for two weeks I had to modify his code, make some improvements I had talked to him about earlier and he never understood or thought it was necessry. Now that he is back to work he is upset because I did it and now refuses to check the files in to VSS so no one can modify them. :sigh: :((
only two letters away from being an asset
I take it that he is not a CPian or he does not check the lounge.
-
I take it that he is not a CPian or he does not check the lounge.
Mustn't be, why is no-one suggesting violence as an answer ... and/or alcohol or course ... :-D
-
Sorry bit of a rant. While one of the developers on the team was out for two weeks I had to modify his code, make some improvements I had talked to him about earlier and he never understood or thought it was necessry. Now that he is back to work he is upset because I did it and now refuses to check the files in to VSS so no one can modify them. :sigh: :((
only two letters away from being an asset
-
Demote him to making coffee.
Truth is the subjection of reality to an individuals perception
Demote him to a mission critical role?!?!? Are you mad!
regards, Paul Watson Ireland & South Africa
Shog9 wrote:
I don't see it happening, at least not until it becomes pointless.
-
Sorry bit of a rant. While one of the developers on the team was out for two weeks I had to modify his code, make some improvements I had talked to him about earlier and he never understood or thought it was necessry. Now that he is back to work he is upset because I did it and now refuses to check the files in to VSS so no one can modify them. :sigh: :((
only two letters away from being an asset
-
Demote him to a mission critical role?!?!? Are you mad!
regards, Paul Watson Ireland & South Africa
Shog9 wrote:
I don't see it happening, at least not until it becomes pointless.
As if I would trust the recipe for the Sacred Swill™ to any of my coworkers :rolleyes:.
Software Zen:
delete this;
-
As if I would trust the recipe for the Sacred Swill™ to any of my coworkers :rolleyes:.
Software Zen:
delete this;
"It's all in the grind, all in the grind."
regards, Paul Watson Ireland & South Africa
Shog9 wrote:
I don't see it happening, at least not until it becomes pointless.
-
Demote him to a mission critical role?!?!? Are you mad!
regards, Paul Watson Ireland & South Africa
Shog9 wrote:
I don't see it happening, at least not until it becomes pointless.