2
jassole
256d

I lost the enthusiasm I had for just programming languages mostly functional languages. I see my peers who were already in the game. I came late, did all the functional hardcore bullshit and become a top pro and now lost interest.

Now its until and unless I don't see something working end to end nicely, go fuck your shit. But regardless fuck OOP

Comments
  • 1
    I have no idea why people ever can hate oop. Oh no, structure. Anyway, step up your game and make your own language. Fun guaranteed
  • 2
    @retoor because most often it becomes unnecessary abstraction for the sake of unnecessary abstraction
  • 1
    @retoor Functional, a trait system or a simple interface to abstract is a lot simpler compared to deeply nested inheritance.

    There is no need for GoF patterns or the like. Simplicity is the beauty.
Add Comment