Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Module dependency

Marco has pointed you in the right direction. I hope Alexander F can point you in the best direction going forward to go with his commit.

CDT has some bad examples (anti-patterns) in the current code base. 

Jonah


~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Wed, 11 Mar 2020 at 16:06, 15 knots <fifteenknots505@xxxxxxxxx> wrote:
Hi all,

I am implementing a UI bundle which provides a preferences page and
exports the preference constant keys.
My core bundle needs to read the preferences by the keys. This causes
a dependency of the core bundle to the UI bundle which somehow seems
to be wrong to me.

How does CDT usually handle this case?

TIA, Martin
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top