803 B
803 B
author | date | layout | slug | status | title | wordpress_id | |||
---|---|---|---|---|---|---|---|---|---|
simcop2387 | 2010-08-10 18:06:50 | post | request-for-comments | publish | Request For Comments | 157 |
|
I've been considering how i want to make namespaces in farnsworth and the way i've used them is quite considerably influenced by my experience with perl. On the filesystem I think the way perl handles it (e.g. POE::Component::IRC is the file POE/Component/IRC.pm, by convention and by the fact that C<use> expects to find them there) is probably the way to go. But should I have the actual creation of the namespace up to the file, or should i have it enforced like in java? Just some things for me to mull over but I would love to hear from anybody out there on the topic. So PLEASE leave a comment?