l3r8yJ / elegram-api

It's a wrapper over the telegram bots api, but in the style of EO.
https://www.elegram-api.ru
MIT License
14 stars 2 forks source link

We got a DTO problem #134

Open l3r8yJ opened 1 year ago

l3r8yJ commented 1 year ago

There is some problem with the existence of DTO in the project here, I am strongly opposed to it being here. We have to replace it.

h1alexbel commented 1 year ago

maybe we need to try veil objects instead of DTO? Example in ruby, but it is also applies to java, since most of your code already in EO style

l3r8yJ commented 1 year ago

@h1alexbel yes, I thought of that. I see that as one of the solutions