=======
FAQ
=======

*doit* is too verbose, why don't you use decorators?
-----------------------------------------------------

`doit` is designed to be extensible.
A simple dictionary is actually the most flexible representation.
It is possible to create different interfaces on top of it.
Check this `blog post <http://blog.schettino72.net/posts/doit-task-creation.html>`_
for some examples.
