Skip to content

[nitpick] The generateEntities function is specific to PythonGenerator but is defined as a standalone generic function. Consider making it a method on PythonGenerator to maintain encapsulation: func (g *PythonGenerator) generateEntities[T any](...) #42

@aawadall

Description

@aawadall

[nitpick] The generateEntities function is specific to PythonGenerator but is defined as a standalone generic function. Consider making it a method on PythonGenerator to maintain encapsulation: func (g *PythonGenerator) generateEntities[T any](...)

Originally posted by @Copilot in #41 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions