Skip to content

What's Dependency Programming?

Jordan Dea-Mattson edited this page May 17, 2013 · 6 revisions
  • A style of programming in which you express the dependencies between tasks and goals.
  • In contrast to imperative programming, or computational, programming

You don't describe how to go from A-Z, rather you describe how A relates to B, C, and D; then how B, C, and D related to other goals, etc.

Dependency Based Programming

Previous Next

Clone this wiki locally