-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Bruno Runtime Refactor #226
Comments
We will do this after our The current approach has been in development for a long time. Pros of doing refactor before v1
Cons of doing refactor before v1
In version v0.20.0, a bug was unintentionally introduced, resulting in the error message "Cannot read properties of undefined," #387 which obscured the actual underlying issue. This highlights the fact that bugs can sneak into the codebase unexpectedly, and a major refactor has the potential to introduce a multitude of bugs, causing frustration for end users. This underscores the importance of maintaining platform stability as a top priority until reaching version 1. Once we finish This test suite should give us the confidence to refactor with peace of mind. cc @mirkogolze |
Do you plan on starting this soon ? I could take a look because i want to added feature to the cli but the code is in bruno-app but could be shared. For exemple i want to add export via the cli without copy pasting the same code |
Hi @berlingoqc, Given our current PR and issue backlog, it looks like we won’t be able to tackle this within the next three months at least. |
@helloanoop I have time, i want to upgrade the cli tooling and i wish we could refactor it before. if you want to shared me what your vision on it. I can tackle it |
A lot of code is currently shared across
bruno-cli
andbruno-electron
This issue is for consolidating this logic inside a
bruno-runtime
packageThe text was updated successfully, but these errors were encountered: