Scientific Computing with Python Projects - Budget App - README.md - check_funds method.
See original GitHub issueI think the description of the check_funds method (https://repl.it/@freeCodeCamp/fcc-budget-app#README.md) is faulty.
It should be:
“A check_funds
method that accepts an amount as an argument. It returns False
if the amount is greater than the balance of the budget category and returns True
otherwise. This method should be used by both the withdraw
method and transfer
method.” This is more logical, makes the code simpler and actually works with the tests.
- Browser Version: Firefox 79 on Ubuntu Linux
- Operating System: Ubuntu 20.04 LTS
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Scientific Computing with Python Projects - Budget App - GitHub
The relevant test attached. A transfer method that accepts an amount and another budget category as arguments. The method should add a ...
Read more >Budget App - Python | FreeCodeCamp - YouTube
In this video I go through how to do the budget app python project on FreeCodeCamp. It is part of the scientific computing...
Read more >FreeCodeCamp Python Project #1: Budget App (Part 2)
In this video, we are going to build Budget App (part 2) from FreeCodeCamp as part of the Scientific Computing with Python curriculum....
Read more >FreeCodeCamp Python Project #1: Budget App (Part 1)
In this video, we are going to build Budget App (part 1) from FreeCodeCamp as part of the Scientific Computing wi...
Read more >FreeCodeCamp Python Scientific Computing Budget App ...
freecodecamp # python #BudgetApp #solution #2022. ... FreeCodeCamp Python Scientific Computing Budget App Solution. 143 views 9 months ago.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just mirrored the changes from @IamSurrett’s PR in the Repl.it project: https://repl.it/@freeCodeCamp/fcc-budget-app#README.md
Thanks again everyone for your suggestions, reviews, and for this fix.
@Sky020, no problem. I think it could work the other way around, we would just need to change the description a bit more and maybe change the method name to something like
over_budget
.I heard back from @beaucarnes and he agrees that changing the README makes the most sense. The wording that @carbasemin suggested sounds good to me.