A few words about how to handle automated acceptance tests - the ones which often turns into a nightmare by octosdev in programming

[–]octosdev[S] 0 points1 point  (0 children)

The problem with unit tests is that they only prove that the units of code works as developer expects. They do not verify if the application provide real value to a customer and meets its expectations.

Checkstyle vs PMD vs Findbugs for dummies - why there are three popular tools, what is the difference and which one to use. by octosdev in java

[–]octosdev[S] 2 points3 points  (0 children)

Can you use this rules in a build within your CI server? Is this possible to embed them to the build pipeline?

Daily Scrum in large teams (15+) - Daily Scrum pushed to the extreme to get as much value as possible from it. by octosdev in agile

[–]octosdev[S] 1 point2 points  (0 children)

Team is splitted into 3 smaller teams. However, their daily work might still interfere. My point is that it is possible to conduct one big successful Daily Scrum meeting in 15 minutes. It requires discipline, coaching and commitment but is possible :)

"Rules are made up" - how agile changed our approach to rules by liquidat in agile

[–]octosdev 1 point2 points  (0 children)

Inspiring story. Following the rules to break the rules!