Current Codebase Stability? #363
Replies: 1 comment 2 replies
With the current latest All functionality as it currently is written should have their API remain stable for the forseeable future and most public facing interfaces are relatively close to their final form. Though, there are still some stuff that needs to be worked on, like proper async methods that interact with the native c++ in a better way than they currently are, or the dialog and notification systems. This shouldn't have impact on most users who use this library as it is intended to be used as these reworks should mostly involve under the hood stuff. |
Uh oh!
There was an error while loading. Please reload this page.
How stable is the current codebase in terms of breaking changes and refactoring required during upgrades? Are there any areas where we should expect significant API or architectural changes, or are most of the public facing interfaces relatively close to their final form, with the remaining work focused primarily on internal implementation details?
All reactions