3 Matching Annotations
  1. Nov 2023
    1. superclass mismatches or partially-defined namespaces
    2. may define Foo, instead of reopen it
    3. Since require has global side-effects, and there is no static way to verify that you have issued the require calls for code that your file depends on, in practice it is very easy to forget some. That introduces bugs that depend on the load order.

      class of bugs