Currently we have a dilemma with my parters with the package naming (java) of our project, the name should be com.company.projectName or should be com.company.codename??
If our marketing department want to change the name of the project, it’s right to change name of the package in the solution? or just change the project name (API, web, etc) that the client see?
com.company.projectName
Change the name of the package and the project name. Sets a standard and just makes things easier in the long run for the organization.