nv-vn / TelegraML

OCaml implementation of the Telegram Bot API
MIT License
99 stars 19 forks source link

Improve formatting #6

Open nv-vn opened 8 years ago

nv-vn commented 8 years ago

Inconsistent formatting with create functions... sometimes ?(x = None) vs. ?(x=None); newlines needed during long function definitions/signatures. As a side-note, might be worth modifying some functions to increase consistency/ease-of-use between different parts of the API (but this might mean breaking backwards-compatibility).