Refactor naming to better reflect intention #33
Labels
Type: improvement
Better way of doing something
Zone: code architecture
Changes to the structure or fundamentals
For instance,
set_tbl_col(con, source, cols)
wherecols::Dict{Symbol,Vector}
is the same as convertingcols
to a DF, importing that DF into DDB with a namealt
and then usingcreate_tbl(con, source, alt)
. So they should have names that better reflect the similarity.The text was updated successfully, but these errors were encountered: