What to do when opensource project starts to tear apart? (or a manager tries to write code and than shouts at the team)

Posted by Kabumbus on Programmers See other posts from Programmers or by Kabumbus
Published on 2011-02-25T10:25:27Z Indexed on 2011/02/25 15:32 UTC
Read the original article Hit count: 279

Imagine there is an open source cross-platform project on Google code. It has lots of revisions (>1000). It concentrates in itself lots technological stuff - rare stuff - it mixes top tech. It contains server, and more than one client. The project was created by a well-connected team of developers (friends) and a manager that was sponsoring project at its start up during its first few months (project now is more than a year old-sponsoring oss project is a big good deal- also gave the idea of project to developers). The project was growing in complexity and effort reqiered to continue development. Once upon a time a manager - team leader started trying to write code (he was a programmer in some other projects - not the best, but he felt like he was one). He started because one of the developers suggested an idea at the team meeting and he felt he just needed to do it on his own. He failed, and he told the dev team about it. The dev team did what he failed to do in a few days. After that, the manager feels that team codes with out him perfectly and gets the job done in short time. He felt sorry and lost and he started to crash like an old bad PC. Firstly, he started to scream (in forms of messages not in voice) he tried to tell developers that what they were doing was a bad, not-needed thing - developers kindly told him that his "beginnings" were not compilable while dev team product worked as needed. He told the developers that all work they do should be firstly discussed with him. Here is the part where we need to mention that all team members are "project owners" and logically have equal rights. The team leader suggested to the developers these options: change their dev process to go through him, or be moved from project owners to contributers.

So what are our options as developers? What arguments we can provide to the team leader/manager for him to calm down? Is it possible to save the project or is it better to fork out now?

An important issue is that lately we had no active ticket system, and I personally think that this was the reason the mess appeared. So... any ideas?

© Programmers or respective owner

Related posts about project-management

Related posts about teamwork