4
wowotek
6y

to be honest, i hate every OOP, in my opinion it's just add complexity in every way. yet i would like to use Functional Programming but it's fukking hard to learn and hard to get use to. Tryna get used to Haskell.

Comments
  • 1
    Try to get into the subject with a non-pure functional language as it makes it easier to create something and you have imperative features as a fallback.

    For instance Elixir/Erlang, OCaml/Reason, F#
  • 0
    @finiteAutomaton the problem is i always use the 'fallback' instead trying to get functional -_-. thats why i choose haskell that challange my self.
  • 1
    Well either you start slow with impure langs or jump right into the cold water with pure ones. Every approach can be rewarding.
  • 0
    I came across an interesting link that showed why OOP usually gives crappy codebases in real world projects despite the gazillions of "design patterns":

    https://youtube.com/watch/...
Add Comment