cljacoby / pyproj

A CLI for python projects
MIT License
0 stars 0 forks source link

Determine best approach for using String, str, or a trait(s) for "string" arguments. #1

Open cljacoby opened 4 years ago

cljacoby commented 4 years ago

I'm not really sure what is the best/canonical approach in terms of using String, str, a reference, or some combination of traits for string arguments. Research what is conventional, and experiment with what makes sense, and then chose a consistent pattern to use.