You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by habbes July 13, 2021
Hi, I'd like to refactor the OData handler to make it easier to fix bugs and improvements. Currently the entire handler codebase is in a single file which makes it a bit difficult to navigate. There's also multiple instances of duplicate code and functions which could be easily reused to make it easier to maintain and fix bugs. I'd like to start off with splitting the code into separate modules. Then future refactoring work can be made alongside other bug fixes and improvements.
The text was updated successfully, but these errors were encountered:
Discussed in #2465
Originally posted by habbes July 13, 2021
Hi, I'd like to refactor the OData handler to make it easier to fix bugs and improvements. Currently the entire handler codebase is in a single file which makes it a bit difficult to navigate. There's also multiple instances of duplicate code and functions which could be easily reused to make it easier to maintain and fix bugs. I'd like to start off with splitting the code into separate modules. Then future refactoring work can be made alongside other bug fixes and improvements.
The text was updated successfully, but these errors were encountered: