What is opinionated software?
问题 I often see people saying that certain software is \"very opinionated\" or that Microsoft tends to write \"un-opinionated\" frameworks. What does this actually mean? 回答1: If a framework is opinionated, it lock or guides you into their way of doing things. For example: some people believe that a template system shouldn't provide access to user defined methods and functions as it leaves the system open to returning raw HTML. So an opinionated framework developer only allows access to data