3
Grumpycat
244d

What is a stupid technology that is supposed to save you work that actually causes you more work?

Comments
  • 3
    Flaky end to end tests on every pr
  • 2
    Basically using the right tool for the wrong purpose, and NodeJs...

    Joking about node thing, I'm just bored
  • 4
    Java reflection. Just don’t.
  • 5
    Computer in general
  • 3
  • 2
    Linux
  • 7
    Time sheet tracking.
  • 2
    @ScriptCoded a flaky test is worthless and should be made non-flaky or deleted
  • 0
  • 4
    Microsoftware
  • 1
    Postman. What a fucking time sink.
  • 0
    HomeKit
  • 1
    Other people. Bad invention.
  • 2
    Time Estimation per ticket.

    many teams just do it mindlessly because they are used to it, yet never realise it's often impossible and just ends up wasting time and arguing why the estimate was off. When you ask "what happens if this feature takes 5x longer than we thought?" the answer is often "well do it anyway, it has to get done" and at that point you should say let's just do it til it's done.

    For some client projects estimates are necessary as the client demands them, but I'm saying for product companies often force it upon themselves needlessly
  • 0
    Clean architecture
  • 0
    Optimizely/Episerver
  • 0
    the internet.
  • 1
    Controversial take:
    allowing some anonymous objects can save a lot of time - not having to name classes.

    Especially in rare when you need to pass "partial" structures. Like you have a User class and a Subscription class but sometimes you need to pass around an object with just { user.email, subscription.name} and sometimes you need an different set of values.

    I can already hear people thinking about how to extend, rename and restructure classes to prevent that need from occurring. But that shit takes so much time and getting all classes right becomes a significant mind share of the project.
  • 0
    Kubespray
  • 0
    @jiraTicket very sane remarks, I agree with ya
Add Comment