What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

If we are writing a third-party module, should the namespace go in `CORE_NAMESPACES` or `PROJECT_NAM

UKGT7RC7P
UKGT7RC7P Posts: 538 🧑🏻‍🚀 - Cadet
edited October 2019 in Slack General

If we are writing a third-party module, should the namespace go in CORE_NAMESPACES or PROJECT_NAMESPACES ? I'm guessing CORE

Comments

  • i think yes 🤔

  • ultimately it should not matter that much for the resolver

  • UKGT7RC7P
    UKGT7RC7P Posts: 538 🧑🏻‍🚀 - Cadet
    edited October 2019

    yeah, works fine with either

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer
    edited October 2019

    Core, I would say, to give the ability to overwrite your third party module when necessary on a project level.
    That’s why the possibility to add other core namespaces was a very early featured developed in Spryker.

  • technically that does not matter anymore

  • but i would also go with Core