NIOS icon indicating copy to clipboard operation
NIOS copied to clipboard

Scripts should be wrapped in a namespace

Open Michaelwolf95 opened this issue 6 years ago • 0 comments

Hey aeroson,

I just pulled your repo, and I'm thinking about using it as a base for a fake OS that I'm working on.

All of your scripts are in the global namespace, and some of your methods share names with methods in System.IO, which leads to compiler errors.

The simple solution is to wrap everything you have in your own namespace, which I'm doing for my copy right now.

Michaelwolf95 avatar Jul 08 '18 21:07 Michaelwolf95