Skip to content
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

Migrate codebase from C to C++ #17

Closed
pacifiquem opened this issue Oct 10, 2023 · 1 comment
Closed

Migrate codebase from C to C++ #17

pacifiquem opened this issue Oct 10, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@pacifiquem
Copy link
Member

This might sound like a crazy idea but yes, we have to migrate our code base from C to C++.
Here is the reason why:

As the codebase scales our codes are getting more messy, and the solution here to introduce Object Oriented Programming Language which is also a low-level and statically typed to help us organize our codes but also help us to consume the beauty of OOP.

This might be a little bit challenging but it will benefit us in future like:

  • Easy maintainance
  • C++ introducing more utility function ...

It was good that we reached here by using only C.

@pacifiquem pacifiquem added the enhancement New feature or request label Oct 10, 2023
@pacifiquem pacifiquem self-assigned this Oct 10, 2023
@pacifiquem pacifiquem pinned this issue Oct 10, 2023
@pacifiquem
Copy link
Member Author

We've already wrote too many, migration is close to impossible. Let's continue with C.

@pacifiquem pacifiquem unpinned this issue Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant