Vadim Zaytsev aka @grammarware

GraSs: A Taxonomy of Grammar Smells


Organisation
global problems
Navigation
problems with navigating through the grammar
Structure
harmful relationships among grammar components

Proxy
indirect uses
Dependency
antipatterns in use
Complexity
metric-based smells

TooWide
the width (right hand side length) is too big
TooRamose
too much branching
TooRecursive
too much recursion
TooNested
groups are too deeply nested
TooTall
the height (distance from the root) is too big
Lonely
large non-modular grammar
TooModular
too many modules
Greedy
one module that does too much
Lazy
one module that does not do much
TooCoupled
low cohesion and/or high coupling

TooModular Edit!

Related smells: Too Many Subsystems, Too Small Packages/Subsystems

On the other side of the spectrum from TooLonely, a grammar can be too modular and split into so many modules that each of them is meaninglessly tiny, yet their combination is unbearably unintelligible.


The GraSs taxonomy is a joint effort maintained by Dr. Vadim Zaytsev a.k.a. @grammarware. Page last updated in March 2021.
XHTML 1.1 CSS 3