mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-11-28 03:13:42 +00:00
in order to sort method correctly we are going to use the following
namiing schema:
{subject}_{action}_{details}
This schema still have some exceptions, e.g. single word methods, bool
methods (is_) and getters in case if they are singular (i.e. there is
no any other method with this subject)