this post was submitted on 30 Sep 2023
384 points (100.0% liked)
196
16910 readers
1485 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
If you have any questions, feel free to contact us on our matrix channel.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Assuming a language like Java: It's possible that the app name is included in the name of packages, so referencing packages other than the current one would need the app name. See the constant pool.
But that falls into the "bad programmer" someone else mentioned. Developers should have internal code names that are independent of marketing stuff like the name of the app.