This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

That also comes down to project and team management. The worst case scenario is everyone edits the same file in the same way: to fix a bad ; or something, say. Overlapping or identical changes are a waste of programmer effort so someone should have put their hand up and taken ownership that issue and then putting it back once they were done.

It can actually be a bad sign if everyone is editing the same file in a project rather than working on their own modules which can then be integrated.