View Single Post
  #2 (permalink)  
Old December 21st, 2007, 04:59 PM
OEmpederado OEmpederado is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well, there's more to it...the use of 'namespace' gives you the means to set up your own library, or yet, avoids the problem of 'naming convention' conflicts between different pieces of code when including a third-party library or any standardized libraries available (i.e., publicized/standardized reusable code). And it can be inside or outside the IDE of a dedicated host computer, depending on the intent of the application(s) program (e.g., multiple API integration via network with different hosted frameworks).

Just my 2 cents.

Onassis

Reply With Quote