Hacker News new | ask | show | jobs
by sagichmal 4342 days ago

    > I was referring to Go's magic func init()
I know you were; I'm arguing that components shouldn't need an explicit initialization step, but rather they should be initialized as part of their `NewFoo` constructor.