cljacoby / pyproj

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

Assess interface for setting field values of PyProj #3

Open cljacoby opened 4 years ago

cljacoby commented 4 years ago

I originally had a builder for PyProj that didn't seem to help much, and was very verbose. However, now I'm just using a mutable reference and changing the fields as I need to. Determine if that's problematic, and assess a better pattern for setting all the fields.

cljacoby commented 4 years ago

The more general question here is whether or not the individual fields should be mutable after the struct is instantiated.