Being explicit enforces separation of concerns and is helpful when projects grow. Having an explicit export list also helps with keeping the API of the module nice and clean by allowing to hide constructors helpers and other internals that shouldn't be exposed.
Being explicit enforces separation of concerns and is helpful when projects grow. Having an explicit export list also helps with keeping the API of the module nice and clean by allowing to hide constructors helpers and other internals that shouldn't be exposed.