afadil / wealthfolio

A Beautiful Private and Secure Desktop Investment Tracking Application
https://wealthfolio.app
GNU Affero General Public License v3.0
4.39k stars 228 forks source link

Refactor code to improve simplicity and efficiency #87

Closed trayvonpan closed 2 months ago

trayvonpan commented 2 months ago

Key Changes:

  1. Remove unnecessary dereferences
  2. Refactor manual implementation of std::default::Default
  3. Use unit type instead of empty block
afadil commented 2 months ago

Merged. Thank you 🙏