jacobconley / habitat

Holistic, open-ended web application development platform written in Go, with Node.js integration to support the development of client-side Javascript and CSS code.
1 stars 0 forks source link

Warn if a route matcher never actually gets rendered to #34

Open jacobconley opened 3 years ago

jacobconley commented 3 years ago

We could perhaps register and unregister the pointer addresses of the intermediate Matcher / Renderer objects? Though this seems suspect since I'm not totally decided on the lifetimes of those objects yet