How do I take responsibility for my code when colleague makes unnecessary improvements without notice?
One of my teammates is a jack of all trades in our IT shop and I respect his insight.
“Too object-oriented”
I come from a strong OO background, and I have recently started working in an organization which, although the code is written in Java, has a lot less emphasis on good OO design than what I am used to. I have been told that I introduce “too much abstraction”, and that I should instead code the way it has always been done, which is a procedural style in Java.
how to stay efficient when a build is almost always broken
I work in a middle sized team which shares the same source code and while have a continues integration in place, but as all of us has to work in the same branch, the build is almost always broken.
how to stay efficient when a build is almost always broken
I work in a middle sized team which shares the same source code and while have a continues integration in place, but as all of us has to work in the same branch, the build is almost always broken.
Is it OK to have a team with same abilities but different skill levels? [closed]
Closed 10 years ago.
Is it OK to have a team with same abilities but different skill levels? [closed]
Closed 10 years ago.
How do I Integrate a Former Team Member into the Current Team [closed]
Closed 9 years ago.
How can I make being code reviewed by someone who doesn’t know the language easier?
I’m in a team where I am the only Java developer. The rest of the team are VERY experienced in their own programming language, but their area of expertise is not object orientated.
How do you keep track of what classes and functions your team has written?
When working on code, I face many of the same challenges that my teammates do, and I have written some helpful functions and classes, and so have they. If there is good communication, I’ll hear about some great thing someone put together, and six months later when I need it I may remember it and call that function, saving myself time. If I don’t remember it, or never knew about it, I will probably re-invent the wheel.
How to integrate code reviews to a team [duplicate]
This question already has answers here: How should code reviews be carried out? [duplicate] (8 answers) How do you make people accept code review? [duplicate] (34 answers) Closed 11 years ago. I work in a team that keeps growing. However, there are no code reviews and I see this as a problem every day. There […]