comp.lang.ada
 help / color / mirror / Atom feed
* Should be in the root package or its child?
@ 2014-07-23 18:58 Victor Porton
  2014-07-23 19:02 ` Victor Porton
  2014-07-24  9:06 ` AdaMagica
  0 siblings, 2 replies; 6+ messages in thread
From: Victor Porton @ 2014-07-23 18:58 UTC (permalink / raw)


I am writing thick (object oriented) bindings for Raptor RDF Syntax Library 
(libraptor2).

Should I put World_Type (used by almost every program which uses my library) 
into the root package of my library or into some its child package?

I think that it depends on the "size" (number of primitive routines, roughly 
saying) associated with World_Type. If it is small, I should keep it in the 
root package, and if it is big to "allocate" a new subunit.

Other criteria or other opinions?

-- 
Victor Porton - http://portonvictor.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-25 12:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-23 18:58 Should be in the root package or its child? Victor Porton
2014-07-23 19:02 ` Victor Porton
2014-07-24  9:06 ` AdaMagica
2014-07-24 16:21   ` Victor Porton
2014-07-25  8:52     ` AdaMagica
2014-07-25 12:20       ` Victor Porton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox