17
dder
6y

Fucking first rant here:

So we tried to teach Two new colleagues to typescript and git and testing and stuff and we have a SPOC “which claimed to be very technical”. The SPOC’s task is to keep an eye on the work, and today we have had a review...

After two weeks, the created multiple branches into our git, all with one commit of 400 LOC changed, no merge requestet, issue in Redmine set to “closed”.
Well, by the way they were supposed to write Unit tests for our app.
But I thought, ok, we’ll check their branches.

Their tests all passed (cz) but man, the app didn’t and on compilation there were errors, the app is broken. Damn.

Is it really so far off, that even of They wrote tests, that the app should still work?
AND I THOUGHT IT IS COMMON SENSE. Damn!
Guess how needs to fix it

Comments
  • 2
    Welcome to Devrant :)
  • 1
    @Bl00D4NGEL thanks, I’ve been enjoying other rants for a while now... :)
  • 2
    Welcome mate!
  • 1
    HA!!!
    another HRNSHN :)
  • 1
    Btw: we complained about the errors... the resolves then By just removing the linting tests to get rid of the errors -.-
  • 0
    Not sure if this is the way of doing things, but at least you got rid of the errors .. 😅

    level_sarkasm = 'pretty_high';
Add Comment