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
-
I like how many people keep saying functional programming is better than Object Oriented programming, since it really depends on what one makes.
Ever seen a modern big game created with functional programming? -
geaz2936yFun Fact about OOP? Most people saying they are doing OOP, just think what they are doing is OOP. In fact it is not!
Just look for "Kingdom of Nouns". Worth reading. -
endor57516yOn a side note, this is why we have IDEs telling us where our functions get used, so we don't have to visually or manually search the entire source code. But I guess saying that takes away all the fun, huh?
Also, repost -
@endor but some functions are literally never used but removal breaks it, removing the content keeps the code working...
-
endor57516y@Codex404 which means the problem is somewhere close.
I remember reading that story, and I genuinely doubt it is anything but a one-off, all-planets-aligned occurrence.
If anyone ever found him/herself regularly experiencing such an event, I'd tell them to quit programming and go back to farming
We've all experienced something like this. (On a side note, this is why FP > OOP 😜)
joke/meme