Root.Metadata |
Parent | Index |
Sibling aspects | Redundancy | Security | Smell | Spelling |
This describes any aspect that is related to metadata that is not inside your source code.
Commit message, commit message shortlog, commit message body, etc...
Writing good documentation on each changes we make on our code is always a good idea because it makes it easy to identify what went wrong, what change breaks things or introduce code smells etc...
Enforcing good committing convention to make things consistence, can be a fix for this.