Skip to main content

Guides

📄️ Using Plugins

In the software development sphere, the saying "Explicit is better than implicit" frequently echoes amongst Python developers. This idea, taken from the The Zen of Python, a collection of guiding principles for writing computer programs: champions clarity, simplicity, and above all, explicitness. It suggests that code should be written in such a way that its function and intent are clear to the reader. The Vedro framework takes this principle to heart in its approach to plugin configuration.