You are here |
cucumber.io | ||
| | | |
team-agile.com
|
|
| | | | Early on when trying to apply Agile methods to software development I found a lot of the challenges were in the area of software testing. Not just because a lot more automated testing was being done, but because requirements would shift and change rapidly. Many levels of rapid feedback needed to be in place to | |
| | | |
martinfowler.com
|
|
| | | | Testing should be an integral part of programming, with automated tests providing confidence of correctness. | |
| | | |
www.planetgeek.ch
|
|
| | | | These are the slides and comments of a presentation I held for bbv Software services AG. The presentation is about how we get quality into our code. Buzzwords: Fokus, frequent measurements, strong team, clean code, pair programming, test driven development, acceptance tests, continuous integration, collective code ownership, team learning. Urs Enzler Senior Software Architect bbv... | |
| | | |
anthonysciamanna.com
|
|
| | I remember being introduced to functions early in my first programming classes. This introduction came with a warning that code duplication was VERY bad, ... |