Why the rename if you don't want to rename modules and all that comes with it? If you just rename the directory, couch.app.src, and couch.erl I'm not sure I see the benefit.
On Wed, Feb 5, 2014 at 11:28 AM, Benoit Chesneau <[email protected]> wrote: > On Wed, Feb 5, 2014 at 5:52 PM, Paul Davis <[email protected]>wrote: > >> > ok, make sense since i have also at some point moved it to src/couch (and >> > will be renamed to couch_core soon in rcouch). >> >> Why are you wanting to rename couch to couch_core? Erlang standard is >> to have "app/src/app_*.erl". Renaming everything to couch_core_*.erl >> would be a fairly massive change. >> > > Well in theory you don't need to rename everything as couch_core_* . That's > more to have a proper naming for what is the core or not. couch by itself > could be the release point (or not). I am not sure it's really needed. > > - benot
