Conversation
as the groupboxes have no code tied to them, the event's had no point besides causeing problems so, it's gone
did the same thing, only to the labels and list
…1 lines remove unescessary events, which should improve preformance, and decreased the number of lines of code by 51
as there is now just one function for each, removed the regions for drinks, burgers, and sides before: 121 after: 114
alter the spaceing, and remove comments (they where outdated anyways) before: 114 after: 110
updated the code comments and removed some uneeded lines code is commented better, and: before: 110 after: 105
combined regions, removed a few more lines before: 105 after: 99
by shifting brackets, managed to remove some more. I could remove even more, but then comments would get hidden when collapsing Before: 99 After: 97
a note of some possible ordering thoughts
moved the function note
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
modifications to the code, mostly removeing redundancies and improving organization