8
ac1235
7y

Object Orientation is not a feature, it is an unneeded layer of complexity over a dying paradigm, Imperative Programming

Comments
  • 1
    I'd love to know the reasoning behind this?
  • 2
    ArrayProgramming, FunctionalProgramming and LogicProgramming are the paradigms that matter in a world where computers are fast enough to let you work in a way a mathematician would do and not like a construction worker
  • 1
    yes.. and no.. Really, the point is to select the right tool for the job
  • 3
    @klonky yes, i just want to say something against the "java for everything" culture
  • 0
    @chasb96 its the same thing with nil pointers - everybody knows that they suck, but when people use a language like erlang they dont know how to work without nil
  • 4
    I will call your destructor
  • 0
    I might add: OOP in the C++/Java and not in the Smalltalk/LISP sense.
Add Comment