top of page
Search

Unravelling Elixir and the Phoenix Framework

  • lioaimerie
  • Nov 9, 2022
  • 1 min read

Updated: May 15, 2024

Reflecting on the intricacies of programming languages, my frustration with JavaScript's complexity led me to an eye-opening Medium article titled 'Why is OOP Such a Waste?' by Suzdalnitski. This provocative piece challenges the conventional wisdom of object-oriented programming (OOP) and design patterns, portraying the latter as mere band-aids for OOP's shortcomings. Are there truly programming languages that outshine others when developing a web application? Why would React encourage and align with the concept of pure functions, especially when it comes to defining components?


OOP (Object Oriented Programming) vs. FP (Functional Programming)

bottom of page