fffej/sql-server-gen

Fix the inconsistency around naming

Closed this issue · 2 comments

fffej commented

For some reason I called Table, TableDefinition and now everything has a Definition suffix. This makes things a bit sucky.

Concrete tasks

  • Move the definitions into a definitions module
  • Use explicit imports and exports everywhere to make the coupling clearer
fffej commented

Still need to do explicit imports / exports.

fffej commented

See #29 and some quick and dirty commits on master.