inthefabric / Weaver

A fluent, strongly-typed Gremlin script generator (for .NET/C#).
www.inthefabric.com
Other
12 stars 0 forks source link

Weaver refactoring #1

Closed zachkinstner closed 11 years ago

zachkinstner commented 11 years ago

The Weaver code has been thrashed around quite a bit -- I was learning/discovering various Gremlin techniques along the way. Overall, the code could use some significant refactoring.

The latest refactoring change was to add WeaverInstance as a starting point (with configuration settings for each instance).

At the least, I think that WeaverInstance should absorb the static WeaverTasks class.

Additionally, the queries within a transaction should be more accessible, and we should have more control over the variables and variable names within a transaction.

zachkinstner commented 11 years ago

This is well underway now. The refactoring has gone much deeper than what is described above.

zachkinstner commented 11 years ago

Refactoring complete with version 0.4.0. Documentation updates are now needed.