blog/_posts/2010-08-10-request-for-comments.markdown
2012-02-15 21:42:41 -05:00

14 lines
803 B
Markdown

---
author: simcop2387
date: '2010-08-10 18:06:50'
layout: post
slug: request-for-comments
status: publish
title: Request For Comments
wordpress_id: '157'
? ''
: - Farnsworth
- General
---
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?