All Questions
3 questions
3
votes
2
answers
723
views
In which programming paradigm can't code reuse be (easily) achieved?
In a video about software architecture that I'm watching, it's stated that the main program/subroutine architectural style
promotes modularity and function reuse
Code reuse is one of the main ...
50
votes
9
answers
14k
views
Return considered harmful? Can code be functional without it?
OK, so the title is a little clickbaity but seriously I've been on a tell, don't ask (TDA) kick for a while. I like how it encourages methods to be used as messages in true object-oriented fashion. ...
16
votes
4
answers
3k
views
APIs and functional programming
From my (admittedly limited) exposure to functional programming languages, such as Clojure, it seems that encapsulation of data has a less important role. Usually various native types such as maps or ...