google / peoplemath

Web application for team planning
Apache License 2.0
125 stars 34 forks source link

Pass models.Period around by pointer #184

Closed amdw closed 2 years ago

amdw commented 2 years ago

This is quite a big struct now, and it's getting bigger over time, so passing it around by value may not be super-efficient. It's probably best to pass it by pointer instead. We do this in some places, but not consistently.