Replies: 1 comment 14 replies
-
You're not wrong, the extension is getting very big. I'd be curious to how this separate library might look - that's a lot of work in itself. Of course, like you, have a day job. Finding the time to do all this work is not simple, esp. considering we have a few PRs in the works too. Of course, I am totally open to PRs of any refactorings. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code for IBM i is getting bigger and bigger. It's becoming increasingly difficult to find the right places in the code. Maybe now would be the right time to rethink the current code structure and do a refactoring before adding more stuff.
There are many functions which are not directly depending on the ui. For example the whole IFS handling for down- and uploading files or much more in this direction.
A possible solution could be to take a big part of the logic out of the extension and create a new library out of it. The extension will use this library. But it will bring a bit more structure to the codebase and the library can be also used by other projects.
What's your opinion on this?
Beta Was this translation helpful? Give feedback.
All reactions