|
|
|
|
|
by thfuran
264 days ago
|
|
The alternative to using private methods or reflectively mucking about with library/platform internals isn't always "do the same thing but with only public API"; it's sometimes "you can't possibly fix the bug or implement the feature that you want to". It sure does increase maintenance burden though. |
|
Yes. It is, and that is what any responsible person should choose.