Code Monkey home page Code Monkey logo

Comments (4)

thepoorswiss avatar thepoorswiss commented on June 23, 2024

Hi @ezorfa

I am afraid I have nothing of that sort.
On the other hand, even if there is a lot of code, it's not that complicated to some other projects.

What part are you interested in? The command line part or the web interface?
I can give you a few pointers of how it works. It's mostly simple.

from budgetwarrior.

ezorfa avatar ezorfa commented on June 23, 2024

Thankyou @thepoorswiss ,

I am interested in both and would basically wanted to understand the design part. As i understand, its not object-oriented programming, but more of functional programming, I believe.

However, I have no specific question as yet, therefore, will come back to you with much more intellectual doubts.

from budgetwarrior.

wichtounet avatar wichtounet commented on June 23, 2024

Here are a few pointers:

  • The code is separated into modules: expenses, earnings, debts, assets, ...
  • Each module is responsible for his command-line options and managing its data
  • Data is stored in simple text files with a custom format
  • In command-line mode, the data is loaded at the beginning and saved at the end
  • In server mode (web), the data is loaded at the beginning and then saved after each update
  • In the server implementation, there are two important parts:
    • The pages which are the views of the interfaces
    • The API which are the actions of the interfaces

If you want to learn about his code, get started with a simple module, like expenses or earnings and check its code

from budgetwarrior.

ezorfa avatar ezorfa commented on June 23, 2024

Hi @wichtounet ! Thankyou. This certainly helped!

from budgetwarrior.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.