Re: Is it ok taking the Refute::* namespace?
[email protected] (Dan Book)
| Newsgroups | perl.module-authors |
|---|---|
| Message-ID | <CABMkAVWYCZs+Hf9PDCCYaPEB-JKkOWi7fsR=_QvD9gWezxFeuA@mail.gmail.com> |
On Wed, Sep 6, 2017 at 7:24 AM, Konstantin S. Uvarin <[email protected]> wrote: > > Now to the subject. Would it be fine to take up a whole top-level > namespace, or should I stick to a humbler naming scheme like > Assert::Refute? If I do take a namespace, what should I do aside from being > concerned and posting here? > It's unlikely to be a problem to take that namespace (and there's no additional action you need to take, unless someone already owns it) but Assert::Refute sounds more descriptive of your goal to me. -Dan