project-metadata-utils icon indicating copy to clipboard operation
project-metadata-utils copied to clipboard

Rename Elm.Module to Elm.Module.Name?

Open pravdomil opened this issue 3 years ago • 0 comments

Few questions:

Module Elm.Module is build around Name type so I think that Elm.Module.Name is more accurate? Now Elm.Module.toString means "module name to string".

Module Elm.Package is build around Name type so I think that Elm.Package.Name is more accurate? Now Elm.Package.toString means "package name to string".

Module Elm.Docs is build around Module type so I think that Elm.Module is more accurate?

I took me time to remember that Package.toString converts package name to string.

pravdomil avatar Mar 27 '21 22:03 pravdomil