4
Nar56
2y

It feels like having awful group project experiences in college is a rite of passage.

I once worked with two other students that had no idea what git was, and outright refused to learn/use it when they could just "email the code." I begrudgingly worked with this, and the night before the assignment was due they both emailed me their work.
One of them had the AUDACITY to send me a PHOTO OF THEIR CODE. As if I was going to take the time to re-type everything myself. Not to mention it was all clearly copy and pasted code anyway.. what a nightmare.

Comments
  • 1
    Yup.

    What you learn from group projects is how much you hate people.
  • 2
    Lesson, continuous integration.

    Do NOT allow important contributions to be kept dark until the last instance.

    That’s even more important at work and unfortunately to common.

    We had an external team from a consultant company that always dropped their additions just before code freeze often with merge conflicts that delayed the freeze.

    Luckily they lost the contract and was replaced by an in-house team.
  • 1
    In school group projects there are a few types of people:

    1 Those who do nothing, disappear until it’s time to take credit and then magically appear the day of the exam
    2 Those who want to do anything and only cause troubles
    3 Those who work perfectly in team always listen advice and give good advice and are there to help you when you need them (and if you ask them they might even let you ride their unicorn 🦄)
    4 you
  • 2
    One of the guys in my group project accused me of bullying, shutting him out of the group, ignoring him and taking over his work. He complained to head of year, I had to have a "discussion" with head of year, welfare tutor and my personal tutor.

    For supporting evidence, I brought the message he'd posted in our team Facebook group where he told me to do the thing I was doing. The discussion didn't last long, but it seemed he was unhappy with me asking questions, mean things like "I need a draft api to do my work, why don't we sit down and design it instead of the UI you're working on?"

    Conclusion? He "worked on a separate project". Got to the end of the year, the whole class went for pub drinks, someone else came up to me, had been through the exact same thing, exact same person.

    So there's also that asshole.
  • 0
    Let me get this straight... you are in a CS degree program... and the students 1. dont know AND 2. refuse to learn git? My mind is boggled.
Add Comment