BinsorShove Those Imports To Another File

time to read 1 min | 84 words

Because Binsor is strongly typed, you need to specify the imports for all the types you are using. It can get quite long, at times, because you are usually crossing the entire application, so basically every namespace you can think of is there.

I don't like that, it should be clear what is going on, and the imports should go elsewhere where they don't distract me. So I did it.

You can now write:

import namespaces from defaultImports.boo
#real code here

More posts in "Binsor" series:

  1. (08 Dec 2007) Shove Those Imports To Another File
  2. (06 Dec 2007) Cross file extensibility
  3. (11 Jun 2007) Native Facilities Support