A tag for questions relating to the world view underlying a particular software methodology or theory.
Component-Driven Development term is starting to get used widely, esp. in connection with Inversion of Control. What is it? What …
inversion-of-control components ioc-container paradigmsI have been doing a little reading on Flow Based Programming over the last few days. There is a wiki …
language-agnostic paradigmsOne thing I like very much is reading about different programming languages. Currently, I'm learning Scala but that doesn't mean …
dynamic functional-programming clojure language-design paradigmsWhat is the difference between an algorithm and a programming model (or paradigm)?
algorithm computer-science terminology difference paradigmsI'm new in this, so bear with me. I've been using one MVC framework in a couple of projects lately, …
model-view-controller architecture paradigmsIf functional programming languages cannot save any state, how do they do simple stuff like reading input from a user? …
oop programming-languages haskell functional-programming paradigmsCan anyone please provide me with an example that can help me to understand Procedural, functional, Logic and Object Oriented …
paradigmsWhat are the key differences between the approaches taken by Scala and F# to unify OO and FP paradigms? EDIT …
scala f# functional-programming comparison paradigmsI'm trying to understand the concept of "Fat" on models vs "skinny" on controllers and from what I've been discussing …
php model-view-controller paradigms