Skip to content

Organized and shortened the code. Added edit client acc options. #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ links.txt
tempCodeRunnerFile.py
start program.bat
README.md
.vscode/
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Branch Information:
The purpose of this branch is to shorten the number of lines of code by removing duplicate lines
as much as possible.
The purpose of this branch is to organize the code in packages and modules. This will soon be merged into the "[shorten-the-code](https://github.com/OJASisLive/Bank-Management-System-Python-SQL/tree/shorten-the-code)" branch.

After merger, this branch will be deleted.

- I have not tested the whole code over here, so if anyone finds any bug, please post it in the [issues section](https://github.com/OJASisLive/Bank-Management-System-Python-SQL/issues/new/choose)
and I will look after it then
Expand Down
82 changes: 0 additions & 82 deletions createaccount.py

This file was deleted.

25 changes: 0 additions & 25 deletions editaccount.py

This file was deleted.

182 changes: 0 additions & 182 deletions editemployee.py

This file was deleted.

Loading