Hacker News new | ask | show | jobs
by zaphar 1492 days ago
If your hot loop is doing configuration setup then your code has bigger problems than this particular pattern.
1 comments

You could also be configuring many things.
Indeed, but you should probably do that right before looping
Right, but if you needed to configure a million different things, wouldn't you also loop the configuration process?