15

BOSS: Hey we should start implementing this thing in that program

ME: Yes but everything that is required for that at lower level is not yet done

BOSS: Just pretend it's done

ME: that is stupid, even if we have a general idea on how it will be done what's the point of writing code that relies on something that is not yet defined, I need to read that stuff and I don't know how we will structure that data

BOSS: Just make a guess you will fix it when the lower level stuff is done

ME: But it makes no sense! We will basically have to rewrite ground up everything

BOSS: also can you check the printer n°3 it doesn't connect to my PC

😄😄😄😄😄😄😄😄😄😄😄😄😄😄😄

Comments
  • 11
    As my friend always says
    "Your boss needs a high-five

    ...

    To the face

    ...

    With a chair!"
  • 1
    @53414a414e Or a housebrick. Housebricks always work well for me.
  • 2
    @teadrinker Stairs are easier and dont need much energy.
  • 2
    @stop ... Because you've got gravity on your side. I like your thinking...
  • 1
    @teadrinker thats the point.
  • 1
    Struct BluntObjects {
    std::string name;
    double damage;
    double energy_consumption;
    }

    std::vector<BluntObjects> ProposedTools;

    There are you go, you can push in this vector your submissions just as I'd push my boss off a cliff.

    I'll let you know the best results/effort ratio :)
Add Comment