Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
p100sch15004yA few constructs do look wired withe the syntax, but a comment or familiarity can clean those up.
-
Geoxion9034yDisagree. C++ offers many good things like namespaces, templates and scoped enums. If you're getting drowned in OO code, something went wrong on your side.
-
Kyu9620214y@Geoxion I am used to OOP. I am programming in C# for many years and I like it. However C++ is cluttered with a lot of shit, and hides a lot of stuff which makes it more annoying to read. Abstraction is not always a good thing. It can be, but not always.
-
Geoxion9034y@Kyu96 that also depends on the quality of the abstraction. Bad abstractions should be avoided. I have seen some horrible stuff in embedded software.
Luckily, at least so far, most embedded Rust code I've seen is quite good. -
matt-jd10304y@Geoxion personally I feel that c++ is just trying to do too many things at once with too many features
Related Rants
The more I play with C, the more I realize why many people hate C++.
I like the amount of control and the simplicity. No unnecessary syntax sugar, and the code is very straightforward to read.
rant
c++
coding
syntax
c