-
-
Notifications
You must be signed in to change notification settings - Fork 579
Migrating codebase to C++ #855
Copy link
Copy link
Closed
Labels
build system 🔧Affects the build system rather then the user experienceAffects the build system rather then the user experienceneeds-discussion 🤔Changes need to be discussed and require consentChanges need to be discussed and require consentquestion ❔Further information is requestedFurther information is requestedwontfixThis will not be worked onThis will not be worked on
Metadata
Metadata
Assignees
Labels
build system 🔧Affects the build system rather then the user experienceAffects the build system rather then the user experienceneeds-discussion 🤔Changes need to be discussed and require consentChanges need to be discussed and require consentquestion ❔Further information is requestedFurther information is requestedwontfixThis will not be worked onThis will not be worked on
Hi all,
I am currently working on #854, it is my first (hopefully not last) PR to this repo. While I was working on it, I realized that there is some convention for namespacing and there is a class hierarchy starting with
Objectstruct. To me, it seems like C++ remove most of the boilerplate here. And probably it will remove the need for most of the utility functions inXUtils.c.So, I have some questions to maintainers: