Collaboration with other tech people
We don’t live in isolation and collaboration with other tech people is a key skill. Of course if it is very small company and there is only one developer there, there is nobody eke to communicate to, however if it is a larger company than collaboration is crucial. Collaboration informs other people what you are working on. It is very crucial to inform others, because somebody else maybe working on the same feature, or this functionality is going to be deprecated and effort that is put into development will be wasted.
Collaboration maybe in person or it could be comments in code. Comments will explain logic of the code and possibly will explain why this specific logic is used.
Comments
Post a Comment