Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] HTMLPrinter is Broken

I haven't read the whole thread.

But I think it's fairly common sense that one should not use internal api by an external project. It's just one of life's axioms.

It's like people who use reflection to get to private members of a java class and deploy that code into production.
That's just a 'quick' workaround that generates unstable products.

I really cannot see any way to justify using internal api for use in a stable product beyond testing / development / exploration / proof of concept.

And by extension, internal api should be subject to change and removal at any given time without prior notice.

--
Leo Ufimtsev, Software Engineer, Red Hat

Back to the top