in reply to Re: Module for executing postponed initialization code
in thread Module for executing postponed initialization code

Thanks for your reply.

Yes, the possible "magic" implementation I had in my head is close to yours.

As for the implicit approach, I really like this one, but there's a caveat. I would like the init code to fail early and loudly so that deficient and/or misconfigured installation does not go into production.

  • Comment on Re^2: Module for executing postponed initialization code