You may be assigned to manage a system. Unfortunately, the original author of your system have left your team.
How could you manage your system such enhancement, bug fixing, etc?
You may be assigned to manage a system. Unfortunately, the original author of your system have left your team.
How could you manage your system such enhancement, bug fixing, etc?
For further actions, you may consider blocking this person and/or reporting abuse
Antonio | CEO at Litlyx.com -
Baltasar García Perez-Schofield -
OpenSource -
Ben Halpern -
Top comments (4)
You start with what is lacking, this way you will get to know the system and fix its mistakes:
To do these you have to talk to other team members that are familiar with it and its clients, and of course read its code. After these you will have the "courage" to change the code.
May be useful to start exploring failure cases in a controlled environment too, if that's possible. Adrian's suggestions are great first steps towards preventing turnover from becoming a problem in the future.
documentation is king. haha.
Jump right in! Start fixing bugs and learn how the ins and outs are working.
It’s be like starting a new job. And knowing this was a failing point in the past, don’t let it be a failing point in the future. Ie: more then one person should know what’s going on and there should be some documentation.