seiji annotations

Jamie Wong’s definition:

The Grep Test: If any code declares or makes use of a function, class, module, or variable that cannot be located by grepping for its full identifying token, it fails the Grep Test.

Mostly issues caused by code generation. Try to make the token searchable, if not by code, by comments at least.

Too DRY - The Grep Test