Final classes #95
Unanswered
Obi-wan-koban
asked this question in
Q&A
Replies: 1 comment 3 replies
-
A lot of people kept breaking the library thinking that they needed to extend some internal classes that should not be touched, so I made them private. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I already made a working application using the official example for the java version of tdlib, and was now redesigning it, incorporating the tdlight library instead of the manually compiled java source files.
There is however one very big frustration that I constantly need to keep working around: Final classes.
Why has there been opted to always use final classes?
I don't really see advantages to this for people who want to use your library?
Beta Was this translation helpful? Give feedback.
All reactions