Doing too much work on one's own before looping in others
21–30 of 395 posts
Re: Doing too much work on one's own before looping in others
#22Re: Doing too much work on one's own before looping in others
#23I do make that mistake quite often!
Re: Doing too much work on one's own before looping in others
#24Re: Doing too much work on one's own before looping in others
#25I feel like one of the biggest antidotes to this is just a simple daily standup. My team does this, a daily 30 minute meeting, and everyone says what they're working on as well as any blockers. Seems to work very well in terms of course correction at an early point.
Re: Doing too much work on one's own before looping in others
#26Re: Doing too much work on one's own before looping in others
#27I've been guilty of this at times but what I would add is a certain type of environment encourages this behavior. If the business or teammates are very reluctant to let engineers work on what they want or give harsh feedback it encourages people to retreat into their safe space and try to create something they feel is worthy of feedback.
Re: Doing too much work on one's own before looping in others
#28> the biggest mistake I see engineers make is doing too much work on their own before looping in others.
Re: Doing too much work on one's own before looping in others
#29I am not a dev by trade (data analyst) but still love to work on problems solved in code.
A lot of the advice hit home, but what struck me was this part:
> Encourage engineers to get something end to end launched internally as quickly as possible.
This is something my boss never ceases to tell us. When we build something we shall strive to have some first small thing end 2 end done as soon as possible. Rough around the edges, not refactored, code being repeated - all fine. But it has to work end to end.
Because we can brush it up and make it stable later. Because when starting we only have a vague feeling for the problem space and we need to learn the lay of the land by navigating it.
I will always cherish this advice.
Re: Doing too much work on one's own before looping in others
#30I'm the author of the post - would love any feedback / similar experiences / contrasting opinions!