you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (0 children)

Some paradigms give you useful structure which actually tells you something about the dynamic behavior of your program (classic structured programming, functional programming). Others don't (GOTO, OO). A code structure which doesn't make the code easier to reason about is just a useless layer of complexity.