Relative Content

Tag Archive for teamwork

“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 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 […]