It's time to return to the roots, to the C programming language
leisesprecher @ leisesprecher @feddit.org Posts 2Comments 643Joined 1 yr. ago
leisesprecher @ leisesprecher @feddit.org
Posts
2
Comments
643
Joined
1 yr. ago
Deleted
Permanently Deleted
Honestly, I would advocate the exact opposite.
Yes, programs became bloated and fragile, but the solution cannot be to return to the stone age, but be professionals for once.
Our entire industry is shit at actually engineering. There's leaky abstractions everywhere, and that's exactly why everything is so complicated and brittle. There's no platform to build upon, only a scaffolding made of twigs, duct tape and three bananas for some reason. Every minor change in some minor library percolates through the entire stack.
You're a simple developer, so am I. And we both probably wrote hundreds of apps that essentially do the same crud crap again and again and again. The same basic functionality gets implemented thousands of times, because we can't get our shit together to build actually reusable components. Instead we rewrite the 12th iteration of "make stuff move in browser" and "make Java do business".
We're not engineers, we're children with hot glue guns.