addyosmani / essential-js-design-patterns

Repo for my 'Learning JavaScript Design Patterns' book
http://addyosmani.com/resources/essentialjsdesignpatterns/book/
4.8k stars 791 forks source link

module pattern utilizes an IIFE #208

Closed Daniel-Hug closed 7 years ago

Daniel-Hug commented 7 years ago

The module pattern is not just similar to an IIFE but utilizes one.

addyosmani commented 7 years ago

Wow. I completely missed that when writing up the original paragraph. Thanks for the PR, @Daniel-Hug!