SimonG96 / LightweightIocContainer

A lightweight IOC Container that is powerful enough to do all the things you need it to do.
MIT License
4 stars 2 forks source link

Check modifiers of classes and functions #18

Closed SimonG96 closed 4 years ago

SimonG96 commented 5 years ago

Make classes and functions as private as possible.

Change classes to internal when they shouldn't be used by a user.