2

I dont get why companies shy away from proper source managment and devops it just sounds like managmentheaven:
Your developers would write down every single thing they did in nice and easily quantifiable units of work, with then they did it exactly to the minute, and with CI/CD patches could be released directly after being tested. And tests mean the devs even safe some QA time.

Comments
  • 0
    You'd still want that QA time.

    tests can lie
    assert(1==1)

    code can lie
    If(true){//suckers}

    everything can lie.

    But a good QA will beat you down and prevent it going forward.

    Otherwise yes, good Dev flow with autonomous CI/CD can make everyone's life sooo much better.
  • 1
    Because learning and implementing that costs them time and effort. And god forbid they need to get out of their comfort zone and learn something new. If it works, don't fix it, amirite?
Add Comment