arangodb-php icon indicating copy to clipboard operation
arangodb-php copied to clipboard

ArangoDB-PHP Core naming

Open frankmayer opened this issue 12 years ago • 1 comments
trafficstars

So, I have done some work on the core client over the weekend.

Following the convention that Jan introduced with the current classic client, I have made a local repo which looks like this:

triagens/ArangoDb-Core

the full path to the lib's source files at the moment is like this: triagens/ArangoDb-Core/lib/triagens/ArangoDbCore

That makes the namespace for the core driver : triagens/ArangoDbCore (Classic was triagens/ArangoDb)

The tests and docs follow the convention of the classic client:

triagens/ArangoDb-Core/docs & triagens/ArangoDb-Core/tests

Should I proceed with this? Do you guys have a better idea or suggestions?

Thanks for your input :smile:

frankmayer avatar May 12 '13 14:05 frankmayer

I am happy with the conventions :smile: I am really looking forward to this and want to move Paradox to the core driver soon :smile:

F21 avatar May 12 '13 23:05 F21