Open
Description
In the current implementation, extensions are being handled by using a long if
/elseif
chain, which is not very extensible, since new extensions requires modifying this block.
As @cncastillo mentioned in PR #558 , it would be good to replace this handling with multiple dispatch, allowing the users to define their own extensions without having to modify this code.
Metadata
Metadata
Assignees
Labels
No labels