scesano has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks!

I'd like to release a module to CPAN. The module generates coordinates for a grid with given item width, height, and gutter - like typically used in graphic design or typography.

What should I call the module:

Advice appreciated!

Replies are listed 'Best First'.
Re: Module name: Geometry::Grid or Typography::Grid?
by stevieb (Canon) on Nov 27, 2016 at 14:12 UTC

    Math::Grid::Coordinates? That's perhaps more generic, fits into an existing namespace, and if you ever want to do something with a grid in the future besides Coordinates, you've left that avenue open.

    Kind of hard to make a clear recommendation though without a better understanding of the code, or access to the code itself.

Re: Module name: Geometry::Grid or Typography::Grid?
by Your Mother (Archbishop) on Nov 27, 2016 at 21:41 UTC

    Typo(graphy)::MSquare? (I did quite a bit of typography a long time ago.)