development-teams

Should I expect programming teams to follow a strict coding standard?

I am personally a very big fan of following internal coding standards when working with a group of developers. I feel like it brings continuity to the code and allows people to more easily expand the code base, switch off work, and assist each other with difficult tasks. On the other hand I am aware that a large set of people are of the...

Good practises (ettiquette) when working in a dev team

Hi, In a software dev team, what habits make a good team player? For example, I have learnt that you don't modify another person's code if you see something wrong with it but don't have authority to do so (regardless of how bad the flaw is), do one task at a time and don't get sidetracked into fixing something else which you weren't ev...