ossobv / asterisklint

Asterisk PBX configuration syntax checker
GNU General Public License v3.0
63 stars 12 forks source link

Refactor AppBase.separate_args() into separate class and split up into functions #24

Open wdoekes opened 7 years ago

wdoekes commented 7 years ago

It's a staticmethod, so we can easily move it to a different ArgSeparator class.

And then split up the function into a few protected methods.