The init function can be used as a hook for cold-start initialization code - it is a way to register code that should run once, during cold start, right after the ...
Original report (archived issue) by Michael Grey (Bitbucket: mxgrey, GitHub: mxgrey). Functions like Init() and Load() which have to be called after construction can be confusing for users (and ...