Skip to content
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

Update financeTracker.py #111

Merged
merged 4 commits into from
Oct 30, 2024
Merged

Conversation

bhavya2021245
Copy link
Contributor

Description

Variable Naming:
1.Adopted snake_case for all variable and function names.
2.Used more descriptive names to clearly indicate the purpose of each variable.

Error Handling:

1.Wrapped database operations and critical sections in try-except blocks to catch and handle potential exceptions.
2.Added specific error messages to assist in debugging and user notifications.

Related Issue

Fixes # (issue 97)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas

Variable Naming:

1.Adopted snake_case for all variable and function names.
2.Used more descriptive names to clearly indicate the purpose of each variable.

Error Handling:

1.Wrapped database operations and critical sections in try-except blocks to catch and handle potential exceptions.
2.Added specific error messages to assist in debugging and user notifications.
Copy link

netlify bot commented Oct 10, 2024

Deploy Preview for multiverse-dataverse ready!

Name Link
🔨 Latest commit 1d15edf
🔍 Latest deploy log https://app.netlify.com/sites/multiverse-dataverse/deploys/67229346e92c190008d39586
😎 Deploy Preview https://deploy-preview-111--multiverse-dataverse.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Owner

@multiverseweb multiverseweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @bhavya2021245, the code has been simplified but there are some bugs. You renamed the connection variable from mycon to db_connection. This is triggering errors as the mainGUI.py file is unable to find mycon in financeTracker.py . Please resolve such bugs.

@multiverseweb multiverseweb merged commit 447675b into multiverseweb:main Oct 30, 2024
5 checks passed
Copy link
Contributor

🎉🎉 Thank you for your contribution! Your PR #111 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants