DM for SimpleX

  • 25 Posts
  • 346 Comments
Joined 3 years ago
cake
Cake day: July 25th, 2023

help-circle












  • I completely disagree, to be honest. I don’t understand how making a budget has a necessary prerequisite of manually inputting and categorizing transactions into a spreadsheet, or how that builds character in a way that’s relevant to saving money. I want a program because my finances became more complicated recently and I don’t have time to input my transactions from my bank into a spreadsheet and categorize them every day.



  • I would agree, but when I’ve sat down to make a spreadsheet it just seems like inputting and categorizing my different transactions manually is a chore. I just want to have something categorize and bin it into necessities, saving, and then see how much off the top I can spend per day. Usually if I have a dollar goal per day or week it makes it really easy for me to budget. Now that my finances are more complicated, its harder to get to that point with just a spreadsheet.





  • What’s your goal with switching languages? You need to figure out what business requirements are fulfilled more effectively given that technical change before making that change. I mostly say this because I don’t hear a clear reason for the switch in your post.

    For the rust ecosystem in general, reading through the cargo help output to see what tooling is there is a great start. You can see what functionality is already baked into the native language tooling, which should guide you on the right path. Off the top of my head, theres ways to test and lint your code already built in. Best practices are usually crate dependent, especially when working with something (I think) is macro heavy like dioxus(I don’t do a lot of UI in rust). Make sure to go through the provided dioxus code examples because those will probably cover most use cases you’ll be going for.