12.Jun.2010 at 13:53 by Jacob Christiansen
Solid performance as always. Maybe a bit til big overlap with the other talks.
Sebastian Bergmann (12.Jun.2010 at 15:30)
Talk at Dutch PHP Conference 2010 (Dutch)
A code review can help detect bugs and keep the code maintainable. It can be performed internally, which means that software developers of the same team review each other's code. It can also be performed by a person external to the team that develops the software.||In this session, Sebastian Bergmann, a pioneer in the field of quality assurance in PHP projects and creator of various development tools, will introduce the audience to the best practices and available tools to perform code reviews of PHP-based software projects.
Quicklink: https://joind.in/1559
Track(s): Track 1 (E102)
Slides: Reviewing PHP Code
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?
12.Jun.2010 at 13:53 by Jacob Christiansen
Solid performance as always. Maybe a bit til big overlap with the other talks.
13.Jun.2010 at 16:43 by Stephan Hochdoerfer
Good compilation. Although I knew most of the tools already it was good be remembered what we need to add into our continuous integration process :)
14.Jun.2010 at 18:24 by Martin de Keijzer
Sebastian is really the quality king out there, and he has showed us again in this session. Although many of the given info was already known to me it still had lots of little things which I keep forgetting or just didn't know yet. I really enjoyed this session and it was over before I even had the idea that we got started. Time flies when you're having fun.
14.Jun.2010 at 19:21 by Rick Buitenman
Solid overview of the entire code review process. Would however have liked to have seen a bit more emphasis on the human aspect.
14.Jun.2010 at 22:38 by Oana Botezat
very very interesting. we gotta start doing that. right after automated testing :)
12.Jun.2010 at 13:27 by Koen
Very useful talk. Will definately try most of the suggested tools on my projects and give code reviewing more importance!