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
-
hjk10157312ySounds more like bad practices than actual problem with the language. But yes the language has these pitfalls and one of the reasons for Rust to be like it is today.
Also
https://reddit.com/r/programming/... -
Root825282yC is nice, and allows you to do anything you want. You do need to be careful, though, as it doesn’t hold your hand at all.
My only qualm is that it’s more verbose than I’d like, and it can only ever be so clean. -
@horus are you really comparing c to JavaScript?
The language for the web that has no sane architecture as it was a nutjob done in few weeks? That was then misused for everything, mostly by publishing it via the most fucked up package manager, cargo culted and hyped despite all it's flaws...?
Ouch. You JS devs amaze me every time. -
Casting pointers manually just means the programmer needs to know what they are doing. Relying on the compiler to protect you is not safe programming. It will make it harder to detect difficult problems later. Compilers have bugs too as well.
I get it though. When you get exposed to shitty existing C or C++ code you just want to pretend it doesn't exist. -
@horus I'm not sure if I understand you correctly... Can you elaborate?
It sounds to me very ... dumb? -
@Root JS always was a red flag to me...
... But since I have to support the NodeJS version zoo, some JS applications etc. the red flag became an ultimate trigger for anger. Especially since the JS ecosystem is so fundamentally broken thx to NPM and the perversive nature of just reinventing everything.
The version zoo I have to support for JS is absolute pervasive (I think 75 % outdated, deprecated, EOL). But it's logical given the heavy fragmentation of the ecosystem and that most stuff would need to be rewritten from scratch (build system change, framework migration, ...)
I just cannot tolerate anymore the "leave JS alone stuff".
JS is the one thing I really want to eradicate from the planet.
Better break the INet for a year plus and start back with pages of good old Mosaic times than continuing this crap shit. -
Root825282y
-
C is not idiot proof. it's much easier to work with precision in C, but you have to know what you're doing
Related Rants
Feel dirty writing in c. How do people even deal with unsafe pointer type casting/memory allocation/free? The codebase is plagued with memory leaks and there is no test.
I will just pretend I can't read c code and play dumb when shit happens
rant
c