You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This might sound like a crazy idea but yes, we have to migrate our code base from
C
toC++
.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:
It was good that we reached here by using only C.
The text was updated successfully, but these errors were encountered: