stmichael / data-import

sequel based dsl to migrate data from a legacy database to a new home.
MIT License
42 stars 9 forks source link

naming confusion in execution contexts #37

Closed senny closed 12 years ago

senny commented 12 years ago

why does the execution context for block mappings use arguments for the row and the after_row blocks use row for the same object? This makes my code more error-prone.