User Controls

hey star tekw at u fink of agile methodologies?

  1. #1
    Wariat Marine/Preteen Biologist
    Are you for yay or nay on these methodologies? ALsow hat is scrum?
  2. #2
    Whatingtons fuckingtons?
  3. #3
    Robert Mugabe African Astronaut
    OP slow down on the drink you're slurring your txt.

    You fucking Nonce.
  4. #4
    Donald Trump Black Hole
    Agile is a necessity, you have to give your developers some space and still put pressure on them, otherwise the amount of management you have to do is excessive. Software is just too complex.
  5. #5
    Wariat Marine/Preteen Biologist
    do software dev companies still exist that force their engineers to pull tickets everytime they want to experiment or deploy their own code with no freedom of expression? or is this outdated in every single company now? like if they want to deploy code on a batch without asking for per ission to see if it works or tive their own ideas? would you work for such a company that still discourages it or makes you ask for permission or even oull tivkets to do something? basiclaly companies worried more about security than innovation?
  6. #6
    Donald Trump Black Hole
    Originally posted by Wariat do software dev companies still exist that force their engineers to pull tickets everytime they want to experiment or deploy their own code with no freedom of expression? or is this outdated in every single company now? like if they want to deploy code on a batch without asking for per ission to see if it works or tive their own ideas? would you work for such a company that still discourages it or makes you ask for permission or even oull tivkets to do something? basiclaly companies worried more about security than innovation?

    If you want to deploy code to live then that is a big deal. You will need to make a request stating what the code does, how it has passed test, etc.

    If you want come sort of continuous integration/continuous deployment system then that is contingent upon passing a suite of automated tests.

    Yes, security is more important than innovation. Internal controls are essential, otherwise your developers can do whatever they want. That's not good, especially since companies don't really have any leverage over developers, especially in this job market, if they fuck up then they can go off and get another (probably better) job somewhere else.
  7. #7
    Wariat Marine/Preteen Biologist
    well I was watching this webinar by pluralsight live just todwy and this guy was comparing good modern approwches to the toyota csr factory. where it used to be every little bit of code added or changed had to be approved and now apparently this is out of fashion.
  8. #8
    Donald Trump Black Hole
    Originally posted by Wariat well I was watching this webinar by pluralsight live just todwy and this guy was comparing good modern approwches to the toyota csr factory. where it used to be every little bit of code added or changed had to be approved and now apparently this is out of fashion.

    Controls over code pushed to production is important. Documentation, peer review, unit testing, integrated testing, end to end testing, etc.

    You can't just let people push code just cos they're feeling lucky.
Jump to Top