| ▲ | torginus 7 hours ago | |
That is true, but on the flip-flip side, while procedural or FP programs are usually easy to run piecewise, with OOP, you have to run the entire app, and navigate to the statement in question to be even able to debug it. Imho, most FP languages have very serious human-interface issues. It's no accident that C likes statements (and not too complex ones at that). You can read and parse a statement atomically, which makes the code much easier to read. In contrast, FP tends to be very, very dense, or even worse, have a density that's super inconsistent. | ||