On Apr 14, 2014, at 5:06 AM, Laurent W <[email protected]> wrote: > I think it is possible to share this code with the community !
Definitely. Three options I can see: (a) Submit a pull request to our repo; even if we don't incorporate it, other people can download and merge the patch themselves for their own use; (b) or fork our Couchbase Lite repo and add your own changes; (c) or create a separate library that uses CBL and publish that. Option (c) is best if you can structure your code so it doesn't require changes in CBL itself. (a) is convenient for really small changes but gets awkward if the change has to be maintained as CBL develops; (b) makes it easier for you to maintain the change, but means you'll need to keep updating your repo from upstream and merging changes. Probably the best thing is if you can come up with a minimal set of changes to CBL that are needed to make your stuff work, and submit those via (a). Once they're merged, you can publish the rest as (c) and not be so closely tied to having to track changes in CBL. --Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/F012DB58-5B3F-4C1C-B86D-B94962C74439%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
