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

Clean up dead code #80

Open
armcknight opened this issue Mar 19, 2024 · 0 comments
Open

Clean up dead code #80

armcknight opened this issue Mar 19, 2024 · 0 comments

Comments

@armcknight
Copy link
Collaborator

There are various commented lines of code, or functions that are not called from anywhere. Remove them; they will still be available in git history, but in cases like this, it's almost always YAGNI... and we can always rebuild whatever solutions you need.

I'm also looking for a list of things from ListViewController that you actually use as part of your sales demo, so we can remove the rest that are technically not dead code since they're connected to the buttons in the UI.

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

No branches or pull requests

2 participants