DEV Community

Discussion on: Programming is easy!

Collapse
 
goldennoodles profile image
Rus Kuzmin

Thanks for the comment! As the saying goes just because you can do something, doesn't mean that you should. C# is all about being high-level and having certain things managed for you, whereas the opposite is true for C++.

You can make an operating system using C# as more and more tooling is coming out to allow people to do such things, but personally I wouldn't.

To me, this boils down to the last statement I made:

"It is getting easier and faster to do things, but by speeding down the highway you lose control over a few things... Sometimes important things. Take this as you will."

Collapse
 
diskcrasher profile image
Mike

I don't agree that you "lose control over a few things" with C#. It would be more accurate to say that it's harder to dork yourself with C#.