Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor naming to better reflect intention #33

Open
abelsiqueira opened this issue May 6, 2024 · 0 comments
Open

Refactor naming to better reflect intention #33

abelsiqueira opened this issue May 6, 2024 · 0 comments
Labels
Type: improvement Better way of doing something Zone: code architecture Changes to the structure or fundamentals

Comments

@abelsiqueira
Copy link
Member

For instance, set_tbl_col(con, source, cols) where cols::Dict{Symbol,Vector} is the same as converting cols to a DF, importing that DF into DDB with a name alt and then using create_tbl(con, source, alt). So they should have names that better reflect the similarity.

@abelsiqueira abelsiqueira added Type: improvement Better way of doing something Zone: code architecture Changes to the structure or fundamentals labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: improvement Better way of doing something Zone: code architecture Changes to the structure or fundamentals
Projects
None yet
Development

No branches or pull requests

1 participant