DEV Community

Discussion on: Using the Fluent Interface Pattern to Create JavaScript Objects

Collapse
 
dbarwikowski profile image
Daniel Barwikowski

In my opinion fluent is useful only for small objects.
For larger objects I prefer having class which describes all 'settings' and create a constructor for that.