Convention over Configuration
TYPO3
Show in appDescription
Convention over Configuration is a development paradigm that reduces the need for explicit configuration by relying on sensible defaults and established conventions. This approach streamlines the development process, allowing developers to focus on custom logic rather than extensive configuration, leading to faster and more consistent implementations.
Goals
- Understand the principle of Convention over Configuration.
- Learn how conventions simplify development.
- Recognize the benefits and limitations of using conventions over custom configuration.
Maintainer

Andreas Wolf