Re: Thinking about a "Public API" module

2017-10-11 Thread Jacob Barrett
Yes! Do it! Even if it can’t be complete at this time because of strange dependencies we should start the effort. You might just start with some common use APIs like listeners and functions. At least in that case if all your hat is going to reference is functions and listeners you don’t have t

Thinking about a "Public API" module

2017-10-11 Thread Galen O'Sullivan
Hi all, I'm thinking about the possibility of making a "Geode public API" module, mostly containing interfaces that Geode implements. Why would one do this, you may ask? Here are some reasons. * It makes clear what is our public API (as opposed to "internal" type packages). * Users only have to