5

My Office Sucks. They give me impossible deadlines, and never properly test my code. And when it breaks in the production, they blame me.

Comments
  • 2
    Well if you coded it, of course they blame you. Whom else would they blame?!

    And "devrant" doesn't mean "developer rant" because there are ONLY devs here, hence EVERY rant is a "developer rant". Instead, it's for stuff about devrant.com itself.
  • 0
    @superposition Not so sure about that since he's a C guy. It doesn't matter how much of an expert you are in C, you will always make a mistake somewhere
  • 3
    @superposition @12bitfloat There will always be some bugs, though most of mine are either logical ones, or already in the requirements. That happens in every language.

    However, it's extremely rare that I have typical C bugs like segfaults, and I love writing pointer-heavy code. Then again, I'm also much into static code analysis with my tooling.
  • 1
    @Fast-Nop Static analysis has come a long way but there's always that one little bug that seems to sneak through the cracks
  • 0
    I feel you man, I'm in the exact same situation.

    Sure I'm self-employed and work from home, but the rest holds true.
Add Comment