BinsorShove Those Imports To Another File
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:
- (08 Dec 2007) Shove Those Imports To Another File
- (06 Dec 2007) Cross file extensibility
- (11 Jun 2007) Native Facilities Support
Comments
How do you actually use this ? By adding a compiler stet ?
Yes, although this is now built into Binsor
Comment preview