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

Refactor WebViewViewController #20

Open
yago1994 opened this issue Aug 16, 2023 · 0 comments
Open

Refactor WebViewViewController #20

yago1994 opened this issue Aug 16, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@yago1994
Copy link
Contributor

Goal

The WebViewViewController contains too many lines and code functions which make the code hard to read and follow. This file should be refactored into separate components to simplify legibility and code changes.

Considerations

Tips

  • Move the WebView Launch code to an extension of the WebView class
  • Use ChatGPT to optimize the implementation of the functions
  • Navbar specifications are shared across all pages, so they could be moved to an Extensions file
@yago1994 yago1994 added the good first issue Good for newcomers label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant