On Sat, Nov 8, 2025 at 12:42 PM Alexandre Courbot <[email protected]> wrote: > > I think this is the correct way to do; `Spec` should be the one to > decide how it is displayed, and from a maintainability perspective this > ensures that other sites that will want to print a `Spec` in the future > will reuse this implementation, instead of either rewriting one > themselves or having to figure out that there was already an existing > site and factor it out. > > Iow, this code is proactively doing the right thing.
Yes, please, avoid hardcoding inlined display code. Cheers, Miguel
