Dr. Gernot Starke
Dr. Gernot Starke
## Expected and actual behaviour. I'd like to use snapshot versions of the htmlSanityChecker, but when I add mavenLocal() to the repositories, these versions are not found by gradle. ##...
as Carola Lilienthal pointed out, "Security Analysis" is currently missing from the ANALYZE phase. Will include that as a reminder (and will start with the topic-map diagram)
``` git log --since="90 days ago" --pretty=format:"" --name-only | \ grep "[^\s]" | \ sort | uniq -c | \ sort -nr | head -10 ``` from: http://java.dzone.com/articles/gathering-useful-data-about
http://continuousdelivery.com/2011/05/make-large-scale-changes-incrementally-with-branch-by-abstraction/
similar to "CaptureAssets" from Martin Fowler, but a little more general... A special case of "modularization", where we isolate assets or resources (like data, databases, certain algorithms/processes) within a system,...
now that we have those nice diagrams, add descriptions for them...
modularization appears twice, as does "improve cohesion"...
few are contained in IMPROVE slides...
* we will most often find **many** issues * not all issues are suited to be estimated: * some will be too small (not worth estimating) * others will be...