Skip to content

WV-4813 fix: Refactored broken code that had been copied 3 times#4871

Merged
DaleMcGrew merged 1 commit into
wevote:developfrom
SailingSteve:steveWebAppJuly21-130pm
Jul 22, 2026
Merged

WV-4813 fix: Refactored broken code that had been copied 3 times#4871
DaleMcGrew merged 1 commit into
wevote:developfrom
SailingSteve:steveWebAppJuly21-130pm

Conversation

@SailingSteve

Copy link
Copy Markdown
Member

Fixed the buggy links.

Copying and pasting code is an awful software development practice.

Copy-pasted code provides a sugar rush of quickly developed UI, but at a great cost since it ultimately slows down project progress by increasing technical debt, code bulk, complexity, and bugs.

On Cordova work, I have to start with the DOM, and navigate back to the right place in the code, and copy-pasted code has misled me so many times and caused hours (or days by this point) of wasted time and frustration.

…ed the buggy links.

Copying and pasting code is an awful software development practice.

Copy-pasted code provides a sugar rush of quickly developed UI, but at a great cost since it ultimately slows down project progress by increasing technical debt, code bulk, complexity, and bugs.

On Cordova work, I have to start with the DOM, and navigate back to the right place in the code, and copy-pasted code has misled me so many times and caused hours (or days by this point) of wasted time and frustration.
@DaleMcGrew

Copy link
Copy Markdown
Member

Thank you @SailingSteve. 👍

@DaleMcGrew
DaleMcGrew merged commit 0108cd2 into wevote:develop Jul 22, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants