Book a Demo

Author Topic: Package Naming Question  (Read 2501 times)

jdavid

  • EA User
  • **
  • Posts: 58
  • Karma: +0/-0
    • View Profile
Package Naming Question
« on: January 07, 2005, 06:28:05 am »
I am going to create a package for each of my class librarys, should I name the package the same as the namespace?
Example: I have a library of business objects named:
Nordis.Enterprise.BusinessObjects (This is the namespace) and within this I have various classes such as User, Customer, Employee, PurchaseOrder, etc, etc

Thanks
Jack David

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Package Naming Question
« Reply #1 on: January 08, 2005, 11:43:28 pm »
Defenetly YES!!
it will help you with namespaces and packaging thruogh code generetion and reverse engineering.
Recursion definition:
If you don’t understand the definition read "Recursion definition".