yamadapc / pyjamas

A BDD assertion library for D
http://yamadapc.github.io/pyjamas
MIT License
10 stars 3 forks source link

Use only named imports #13

Closed yamadapc closed 10 years ago

yamadapc commented 10 years ago

I already think the list of import statements on the top of the pyjamas.d file is too long. I think named imports are a generally better practice since you can see what symbols were imported from where, easily. Plus it prevents weird name conflicts from happening (such as File in std.file and File in std.stdio).