Use non-mutable structs for types
omus opened this issue · 2 comments
omus commented
You should try to avoid using a mutable struct
for your TimeDate
and TimeDateZone
.
JeffreySarnoff commented
good tip -- will do
JeffreySarnoff commented
done