How to automate development environment setup? [closed]

There are several options, and sometimes a combination of these is useful: automated installation disk imaging virtualization source code control Details on the various options: Automated Installation Tools for automating installation and configuration of a workstation’s various services, tools and config files: Puppet has a learning curve but is powerful. You define classes of machines … Read more

How does Scrum work when you have multiple projects? [closed]

Scrum really doesn’t dictate that you have to be working on the one self-contained product. It simply states that there is a bunch of stuff that needs to be done (the product backlog), there is a certain amount of development time available in the next iteration (worked out from the project velocity) and there are … Read more

How do you unit test a unit test? [closed]

First, testing is like security — you can never be 100% sure you’ve got it, but each layer adds more confidence and a framework for more easily fixing the problems that remain. Second, you can break tests into subroutines which themselves can then be tested. When you have 20 similar tests, making a (tested) subroutine … Read more

Why is the Fibonacci series used in agile planning poker? [closed]

The Fibonacci series is just one example of an exponential estimation scale. The reason an exponential scale is used comes from Information Theory. The information that we obtain out of estimation grows much slower than the precision of estimation. In fact it grows as a logarithmic function. This is the reason for the higher uncertainty … Read more

What is the purpose of a dedicated “Build Server”? [closed]

The reason given is actually a huge benefit. Builds that go to QA should only ever come from a system that builds only from the repository. This way build packages are reproducible and traceable. Developers manually building code for anything except their own testing is dangerous. Too much risk of stuff not getting checked in, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)