ilyalatt / Telega

C# Telegram MTProto Client
https://ilyalatt.github.io/Telega/
MIT License
58 stars 15 forks source link

TelegramClient fields to props #44

Closed GihanSoft closed 3 years ago

GihanSoft commented 3 years ago

TelegramClient fields to properties. +few extra changes

ilyalatt commented 3 years ago

Can you remove extra changes please? Like adding private modifiers, blank lines, spaces, shifting code segments, etc.

GihanSoft commented 3 years ago

ok but why?

GihanSoft commented 3 years ago

@ilyalatt I reversed it.

ilyalatt commented 3 years ago

Because I want to keep the codebase in the same style as before. I mean underscores for private fields to remove verbosity of private modifier and need for this., using's without extra lines because this are generated by IDE's like Rider or VS automatically without extra lines.