500px / gunter

Language agnostic task wrapper and loyal servant.
MIT License
9 stars 1 forks source link

Export all internal functions in exec and load #3

Closed devonoel closed 9 years ago

devonoel commented 9 years ago

exec and load only export the functions being exported by the gunter main file for use as an API. This makes it hard to test exec and load's internal functions.

Instead, maybe it makes sense to export everything from those files, but only export the API functions from the gunter main file.

devonoel commented 9 years ago

I'm closing this issue, I don't think it makes sense to expose the entire codebase publicly.