Skip to content

Instantly share code, notes, and snippets.

@jmewes

jmewes/notes.md Secret

Created June 19, 2019 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmewes/6f0642ffb7bd97b7edbabadf0c939e45 to your computer and use it in GitHub Desktop.
Save jmewes/6f0642ffb7bd97b7edbabadf0c939e45 to your computer and use it in GitHub Desktop.
Modularization metrics
  • hinding things behind an interface
  • a module can be defined for a specific project, e.g. a directory or sub-director
  • emergent modularity: change module structure based on measurements

Metrics

  • How many module are affected by changes checked in for a certain ticket ID?
  • % changes affecting only one module, mean modules affected
  • "the number of times each pair of modules is changed together"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment