sangoma / switchy

async FreeSWITCH cluster control
https://switchy.readthedocs.io/en/latest/
Mozilla Public License 2.0
69 stars 18 forks source link

Unify `switchy.models` types to use either snake case or no underscores in attr and method names #7

Closed goodboy closed 8 years ago

goodboy commented 9 years ago

As an example: https://github.com/sangoma/switchy/blob/master/switchy/models.py#L166 vs. https://github.com/sangoma/switchy/blob/master/switchy/models.py#L303

So really it's just the setvar / unsetvar methods that seem like they could be snake case.

goodboy commented 9 years ago

I'm not totally sure that I buy this criticism since if you take a look at the built-in set it also mixes both cases.