Open Issues Need Help
View All on GitHub Software Development • Framework Development
Convert the constructor names to init_class_name() naming convention about 1 year ago
AI Summary: Rename all constructors in the AmigaE OOP framework from `init()`, `create()`, and `generate()` to a consistent `init_ClassName()` format, where `ClassName` is the name of the class. This is a critical task to ensure consistency and avoid naming conflicts, and is considered a release blocker.
Complexity:
3/5
good first issue help wanted