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
-
JavaScript already is a poor choice, but at least it has safe memory management...
Bringing C++ to space would be a sure sign of insanity. -
You all realize that space is everywhere. Like you are in space right now. You just happen to be next to a large object that pulls you toward it.
-
"JS is not a toy"
Yet it's only use is the Web UI while C++ is doing the work.
Really shows the calibur of developer that they equate backend to frontend.
Must be a frontend developer. -
@neriald
If literally lives depend on your code working as intended, language selection is all about the error classes you can't have.
Why risk pointer and memory handling errors, if you could as well use a language wich can handle that stuff for you.
You don't need to be able to do manual pointer arithmetics and explicit memory handling in a flight computer. -
@Oktokolo
But GC languages tend to kill themselves after a failed memory allocation.
C and CPP give you the opportunity to handle that. -
Pro tip: you can save images instead of screenshotting them. Advanced technique, but worth learning!
-
neriald14524y@Oktokolo I don’t think their software production looks like common corp production. I’m sure they’ve tested for trivial stuff like that.
Also you don’t have to have pointer arithmetics or manual memory handling in your code but it is always nice to have the option.
They landed on moon using C on hardware from 1969. -
neriald14524y@amatrelan wow didn’t know that, thanks for info. Regardless my point in the previous comment holds.
As so is C++
joke/meme