GodlessAstronomer
Lifer
I'm working on my capstone project and the horrors of group work are flooding back in. Despite the fact that I'm contributing over half of all of the code to the project (in a 6 person team), every time I ask my team mates to do anything it takes them three times longer than it should and it's almost always WRONG when they check it in. I'm sick of having to comb through every line of their code and spending 3 hours correcting their stupid-ass mistakes every night.
Even when I make an effort to make things easy for them by writing reference implementations they still fuck it up. For example, part of the project involved generating UML diagrams (diagrams of how a piece of software fits together, basically). So we need to implement the various relationships. I write the complete implementation of inheritance relationships and demonstrate to the group how they work. I send a group member away to do the same thing for implementation relationships, and her resulting model is so radically different from my code that it's unusable on our model. I basically need to rewrite it from scratch. FFFFFUUUUUUU.... I FUCKING WROTE AN IMPLEMENTATION OF AN ALMOST IDENTICAL MODEL AND YOU STILL FUCK IT UP! WHAT THE FUCK?
Not to mention bizarre lines of code like
This shit belongs on http://thedailywtf.com/ I swear.
And today was meant to be my day off D:
/weakassrant
Even when I make an effort to make things easy for them by writing reference implementations they still fuck it up. For example, part of the project involved generating UML diagrams (diagrams of how a piece of software fits together, basically). So we need to implement the various relationships. I write the complete implementation of inheritance relationships and demonstrate to the group how they work. I send a group member away to do the same thing for implementation relationships, and her resulting model is so radically different from my code that it's unusable on our model. I basically need to rewrite it from scratch. FFFFFUUUUUUU.... I FUCKING WROTE AN IMPLEMENTATION OF AN ALMOST IDENTICAL MODEL AND YOU STILL FUCK IT UP! WHAT THE FUCK?
Not to mention bizarre lines of code like
Code:
relationship = relationship==null ? relationship : new Relationship()
And today was meant to be my day off D:
/weakassrant