Skip to content

refactor: rename TableInOutGeneratorFunction to TableInOutGenerator#7

Merged
rustyconover merged 1 commit into
mainfrom
rename-table-in-out-generator
Jan 5, 2026
Merged

refactor: rename TableInOutGeneratorFunction to TableInOutGenerator#7
rustyconover merged 1 commit into
mainfrom
rename-table-in-out-generator

Conversation

@rustyconover

Copy link
Copy Markdown
Contributor

Summary

  • Rename TableInOutGeneratorFunction to TableInOutGenerator for naming consistency
  • The naming pattern was inconsistent: TableFunctionGenerator vs TableInOutGeneratorFunction
  • Now both use the *Generator suffix pattern

Files Changed

  • 13 files updated with the new name
  • Net zero line change (65 insertions, 65 deletions - pure rename)

Test plan

  • All 529 tests pass
  • mypy type checking passes
  • ruff lint and format checks pass

Closes: vgi-python-kz4

🤖 Generated with Claude Code

Rename for naming consistency with TableFunctionGenerator. The naming
pattern was inconsistent:
- TableFunctionGenerator (Generator suffix)
- TableInOutGeneratorFunction (GeneratorFunction suffix)

Now both use the *Generator suffix pattern.

Closes: vgi-python-kz4

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@rustyconover rustyconover merged commit 4cc4ffc into main Jan 5, 2026
0 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant