[DGD] Utility/helper functions: inherit vs call

Raymond Jennings shentino at gmail.com
Tue Nov 20 01:51:54 CET 2018


For the time being I've chosen to prefer inheritables to daemons when no
data is being stashed centrally.

It's nice having compile time checking in place to make sure the needed
functions still exist and are being called properly.  Finding this out at
runtime past a call_other barrier isn't fun.

On Wed, Nov 7, 2018 at 2:48 AM Raymond Jennings <shentino at gmail.com> wrote:

> So, I'm curious what the pros and cons are of having utility/helper
> functions inherited from a library, and kept in a utility daemon
> accessed with call_other.
>



More information about the DGD mailing list