Open lue-bird opened 3 years ago
Elm.Pretty.pretty...
prettyImports
imports
Elm.Pretty.prettyExposing
prettyModules
exposing_
module_
Elm.Pretty.prepareLayout
Elm.Pretty.file
Elm.Pretty.pretty
Elm.Pretty.fileToString
See design-guidelines under "Module names should not reappear in function names".
Elm.Pretty.pretty...
likeprettyImports
could be renamed toimports
Elm.Pretty.prettyExposing
&prettyModules
would have to be renamed toexposing_
/module_
Elm.Pretty.prepareLayout
could be renamed toElm.Pretty.file
Elm.Pretty.pretty
could be renamed toElm.Pretty.fileToString
See design-guidelines under "Module names should not reappear in function names".