Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Express Basics (2015) Getting Started with Express An Intro: Express.js is amazing

Brendan Whiting
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Brendan Whiting
Front End Web Development Techdegree Graduate 84,738 Points

What does 'unopinionated' mean?

In the course description, and express's description of itself, they say "fast, unopinionated, minimalist web framework for node". What does 'unopinionated' mean in this context?

2 Answers

Seth Kroger
Seth Kroger
56,413 Points

It means there is no one right way to do things that Express will force you into. By contrast an opinionated framework guides/forces you into a specific way to do something. The best example of such is Ruby on Rails ("the Rails Way").

Steven Parker
Steven Parker
231,269 Points

Seems comical when I think on it. I have no idea what they mean by that either. You might want to write to the folks that develop Express and ask them directly.