Jun 12, 2010, 13:53 by jach
Solid performance as always. Maybe a bit til big overlap with the other talks.
Sebastian Bergmann (Jun 12, 2010 at 14: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: http://joind.in/1559
Track(s): Track 1 (E102)
Slides: Reviewing PHP Code
Jun 12, 2010, 13:53 by jach
Solid performance as always. Maybe a bit til big overlap with the other talks.
Jun 13, 2010, 16:43 by shochdoerfer
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 :)
Jun 14, 2010, 18:24 by Martin1982
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.
Jun 14, 2010, 19:21 by rickmb
Solid overview of the entire code review process. Would however have liked to have seen a bit more emphasis on the human aspect.
Jun 14, 2010, 22:38 by obotezat
very very interesting. we gotta start doing that. right after automated testing :)
Want to comment on this talk? Log in or create a new account or comment anonymously
Jun 12, 2010, 13:27 by koku
Very useful talk. Will definately try most of the suggested tools on my projects and give code reviewing more importance!