DEV Community

Discussion on: Help! I'm a Tech Lead

Collapse
 
dougblackjr profile image
Doug Black

Great answer! I love the idea of being a Bonus Multiplier!

Collapse
 
phallstrom profile image
Philip Hallstrom

I find it really helps me get over the "I'm not pushing code. Gah!" mentality.

Oh, the other thing... don't take tickets that will block the team if you don't get them done ASAP. Cause you'll get pulled into all kinds of meetings and a ticket that would take 1/2 day will take 2-3.

Thread Thread
 
pavsaund profile image
Pavneet Singh Saund

This is a good one, and something I struggled with personally. Blocking the team because you can’t get work done is just not OK (over time).

There’s a challenge though. It’s easier to then lose contact with the codebase and state of things.

Do you have any recommendations to avoid this?

Thread Thread
 
phallstrom profile image
Philip Hallstrom

Not any super good ones no :)

  • Do more code reviews. It's not quite the same, but at least you'll see the new code that's going into the app.

  • Chip away at ancillary things, nice to haves, things that won't block anyone, but still keep you somewhat close.

  • Take a tricky bug now and then. The code snooping you have to do to fix it will get you back into things.