14

My new co-worker is extremely stressing. I have to give small tasks so he won't forget to do anything. I also have to explain what he has to do in detail, give him the full solution, and show him exactly how he has to do it.

And he has no idea how to use git. He makes a feature branch and pushes all his various, half-finished features into it and makes a pull request.

And then I still have to refactor his crappy code everytime cause he uses variables like $data, $accA, $accB, $accZ and forgets to use the definied color variables in sass.

I literally have to do my work and his as well -_-

Comments
  • 1
    da tuet mir leid für di :(
    but luckely I'ts weekend! wohoo :D
  • 1
    @heyheni merci, I always try to enjoy it to the max before monday comes :D
  • 1
    refer him git immersion. and install code review. it is a hard job to mentor some one.
  • 1
    @rookiemaverick I didn't know git immersion, thanks!
    And about code review, we're setting up a CI server which will do the code reviewing for me and send him an email when it doesn't pass our standards, so that'll help a bit, I hope. Just have to find the time to configure said CI server
  • 0
    He can be good soon.
  • 0
    Git is complicated for the first time, give him a break, some small lessons.

    But The rest he should've learned on his own by now.
Add Comment