▲ | thfuran 9 hours 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. | |||||||||||||||||
▲ | bigstrat2003 9 hours ago | parent [-] | ||||||||||||||||
> it's sometimes "you can't possibly fix the bug or implement the feature that you want to" Yes. It is, and that is what any responsible person should choose. | |||||||||||||||||
|