Conceptually, they are quite different: - using/import/require are for acquiring "shared resources" – i.e. modules that different bits of code might all independently want to use. - include is just about splitting a single source file into multiple pieces.
Not sure if that helps. On Fri, May 8, 2015 at 1:28 PM, Jack Minardi <[email protected]> wrote: > Thanks guys. I guess I thought only require didn't load twice as it is > specifically mentioned in the doc string. >
