Android-FileBrowser-FilePicker icon indicating copy to clipboard operation
Android-FileBrowser-FilePicker copied to clipboard

alias TreeProcessor to Treeprocessor

Open Celelibi opened this issue 5 years ago • 1 comments

In the interest of consistency with BlockProcessor and most other *Processor. I suggest to provide an alias TreeProcessor to the class Treeprocessor.

This would reduce the friction for extension writers. At least a bit.

Celelibi avatar Apr 12 '19 19:04 Celelibi

The Contributing Guidelines are relevant here:

Legacy code which does not follow the guidelines should only be updated if and when other changes (bug fix, feature addition, etc.) are being made to that section of code. While new features should be given names that follow modern Python naming conventions, existing names should be preserved to avoid backward incompatible changes.

I realize an alias avoids the backward compatibility issue, but personally I'm meh on the whole thing. Of course a PR is always welcome.

waylan avatar Jun 13 '19 15:06 waylan