18
psyxn
6y

We've all experienced something like this. (On a side note, this is why FP > OOP 😜)

Comments
  • 4
    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?
  • 5
    Oop is for serious business. Fp is for fucking around.
  • 1
    Fun 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.
  • 1
    On 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
  • 0
    @endor but some functions are literally never used but removal breaks it, removing the content keeps the code working...
  • 0
    @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
  • 0
    @endor most of the time its a caching issue and once it was a RAM issue.
Add Comment