π― ZenΒΆ
The idea of the zen of confirm is highly inspired by The Zen of Python and must be our dogma for maintainable solutions:
Simple beats complex β complex beats complicated.
Elegant and beautiful is better than ugly.
Readability is crucial.
Clarify ambiguities to prevent assumptions.
Consistency counts.
Convention over configuration is preferred.
Encapsulation and namespaces are awesome!
Errors should never go unnoticed β unless explicitly silenced.
(Usually) special cases arenβt special enough to violate the rules.
If itβs hard to explain, itβs a bad idea β if itβs easy to explain, it may be a good idea.
If unsure, listen to your heart, thereβs nothing else you can do.