neo4j - Coding Standards for Gremlin/Cypher -


we in process of developing review tool gremlin/cypher predominantly work neo4j graph databases in our project reduce manual review effort , deliver quality code.

are there list of coding standards(formatting/performance tips etc.,) gremlin , cypher scripts can used checklist performing review of these scripts?

i don't think you're going find 1 specific answer, discussing coding standards can lead subjective (and debate-laden) answers. said: i'll go more objective:

first step decide on gremlin vs cypher since they're not same thing nor same style. when making decision (and maybe decision use both), should take close @ neo4j 2.0 development (currently @ milestone 4), cypher maturing rapidly , there's lot of work being put it, both expressiveness point of view , performance point of view.

assuming go cypher, i'd suggest @ samples being published neo technology, cypher learning module. don't know of published guidelines, i'd think of guidelines similar scripting guidelines have (such naming conventions, spacing, etc.). going further, you're going use cypher via code through console. you'll want continue using traditional programming style guidelines, specifying language-specific library you'll using.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -