Rob Dodson 8/4/2012

JavaScript Design Patterns: Strategy

Read Original

This article provides a tutorial on implementing the Strategy design pattern in JavaScript. It defines the pattern, explains its purpose of separating variable algorithms from static code, and demonstrates its use with a detailed example of a game character handling different movement types (running, walking, swimming) to avoid complex conditionals and subclassing.

JavaScript Design Patterns: Strategy

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week