dark
dark copied to clipboard
What do we call a space/module?
trafficstars
In the interest of consistency going forward, what should we call "type" of a handler. It is usually one of (though in the past we allowed an arbitrary "space" for workers, we don't allow that anymore):
- CRON
- WORKER
- HTTP
- REPL
We sometimes call it module, and sometimes space. Both of which aren't great names.
I like "handler category" or "handler class"
I think we sort of settled on module, with each of these (REPL, CRON, etc) being a different kind of handler.