this post was submitted on 13 Jan 2024
0 points (NaN% liked)

Comic Strips

12027 readers
1509 users here now

Comic Strips is a community for those who love comic stories.

The rules are simple:

Web of links

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] redprog@feddit.de 0 points 8 months ago (1 children)

And there are certain people where you have to micromanage them, because otherwise they're just go to git commit absolute fucking shit, and it's better to cut that off earlier via micromanagement, then allow it to pollute the repo.

Way to make sure they'll never improve. We have merge requests and four eye policy for this, no need for micromanagement. There's never a need for micromanagement, and if you feel like there is, your processes suck, which is your responsibility as a tech lead.

[–] OhNoMoreLemmy@lemmy.ml 0 points 8 months ago (1 children)

That's really not enough.

Review stops people from polluting your repo with bad code and lets you give feedback.

It doesn't stop people from wasting time writing unfixably bad code that just needs to be thrown out.

Now of course what you can do is give people very small coding tasks and regularly review them before getting it into a shape where it can go in the main repo. But this is just micromanagement via git.

[–] redprog@feddit.de 0 points 8 months ago

If that person made it through the probation period under your supervision, that's still your fault. And if that person was there from the beginning, a senior in your team could still support them by teaching them good practices, showing them better options, etc. Or, as a last resort you could always assign them tasks that are more within their capabilities.

Micromanagement will never lead to people improving - quite the opposite in fact, they'll start to care less because there's always someone who prevents them doing mistakes.