All Posts

  • Today I learned that, while C++ doesn’t hoist declarations like JavaScript, forward declaration provides a similar workaround for organizing code and reducing compile-time dependencies.
    Published on