Hacker News new | ask | show | jobs
by colejohnson66 1244 days ago
It’s also the same in .NET. If your Main() function references types that have a static constructor, the constructors could run before Main().

It’s a surprising thing when one first discovers it, but it makes a lot of sense.