DEV Community

Discussion on: The dichotomy of writing and reading object-oriented code

Collapse
 
gosukiwi profile image
Federico Ramirez

Have you tried functional programming? Personally, I think imperative is a mess, and prefer OOP (a-la smalltalk), but functional is also nice, Clojure, F# and OCaml are great :-)

Collapse
 
developerscode profile image
Ka Wai Cheung

I haven't looked into functional deeply yet. Thanks for the suggestion!