QQA in Software Projects with Sebastian Bergmann @ Dutch PHP Conference | Part 2 | Notes
-> Continuous Integration
—> build automation [write build script to get latest code version; run tools to detect problems; run unit tests & publish these results; package; deploy]
—> summary of the tools enumerated below can be found in this presentation: http://www.slideshare.net/sebastian_bergmann/continuous-integration-of-php-projects-4354597
-> static code analysis
—> LOC [= lines of code] metric
—> CLOC [= comment LOC]
—> NCLOC [= [...]
Recent Comments