Refactored some table items to remove the universal unreadable variable ... #547
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-30#547
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removed one use of the variable 'new_item' that is used for completely different items and makes the code unreadable. Going to do the same for other tables and split their code to methods and classes to get rid of the horrible MyForm god object.
If you already have a refactoring plan, please provide it so that I won't interfere and break your planned design. My main goal is to split everything into small pieces so that a developer could at least understand what is done in some place and where to find the piece he needs to change.
I plan on reworking the part of the code which process messages but I have no plans to touch the UI code currently except for a pending pull request to add a settings option to quit resending message after a period of time.
Ok than :)
Excellent so far. Thank you.