yashkite / UMoney

This project is based on money management for anyone who like the 20-30-50 rule also like to add automation in transaction tracking for more please refer to README.md
https://www.elececo.com/
GNU General Public License v3.0
2 stars 1 forks source link

while coding Update task become very hard to build because of the old written code !!! #25

Open yashkite opened 1 year ago

yashkite commented 1 year ago

because of the old code, it's tough to build the methods to get the data and update it. there are two this we can do right now.

  1. rewrite the code with the proper getter and setter method or custom function so the code will look simple and we can reuse the maximum code. (a new branch will have to create to save this as a backup).
  2. alternatively to save time we have to build a separate class or method to update the data and that will increase the duplicate of the code.
yashkite commented 1 year ago

i will go with 1st Option, this will took time but simplify the code.