Software Frameworks
Ruby on Rails is presented as the canonical example of Convention over Configuration. Rails conventions allow developers to avoid configuring view locations, route-controller mappings, and model-table relationships. Several widely adopted…
1 sources - 4 claims
Ruby on Rails is presented as the canonical example of Convention over Configuration. Rails conventions allow developers to avoid configuring view locations, route-controller mappings, and model-table relationships. Several widely adopted frameworks and tools demonstrate Convention over Configuration in practice. Spring Boot, Maven, and Model-Driven Engineering are identified as additional examples that apply CoC in different ways.