ro31337 / libretaxi

Open source Uber #deleteuber
https://t.me/libretaxi_bot
GNU Affero General Public License v3.0
3.85k stars 834 forks source link

Refactor all menu actions: mark all get and post with private attribute #241

Closed ro31337 closed 6 years ago

ro31337 commented 8 years ago

Action's get and post methods are not marked as @private. And they are private. The only way we call action is by call method.

So update is required to mark get and post as private methods in all actions.

Also, look at esdoc for @override keyword and apply if it's required here.

ro31337 commented 6 years ago

Not important or not current priority at the moment. Closing till the better time.