Skip to main content

Module app

Module app 

Source
Expand description

Application: the thin coordinator. Follows the Logic Sandwich pattern, reading from the repository, transforming with pure logic, and reading again for numstats, then rendering. It owns no business rules of its own.

Functionsยง

run
Run the report and return its rendered text: the stats table followed by the optional reviews table. Returns an empty string when there is nothing to show.