Refactoring the existing code #1
harshraj22
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We would be building the same project from scratch. But this time, following good practices and design principles in order to make the code more extendible and maintainable.
Here's the initial plan:
Use MVC pattern to re-implement the project, where:
Here are a few issues in the older implementation:
Separation of concerns
.Feel free to add more points to the discussion.
Beta Was this translation helpful? Give feedback.
All reactions