Skip to content

Naming scheme question #3

Description

@joneshf

Since there's like a thousand different console functions, would it be worthwhile to consider renaming print to log' and following this scheme for all the other functions?

error :: forall eff. String -> Eff (console :: CONSOLE | eff) Unit
error' :: forall a eff. (Show a) => a -> Eff (console :: CONSOLE | eff) Unit
log :: forall eff. String -> Eff (console :: CONSOLE | eff) Unit
log' :: forall a eff. (Show a) => a -> Eff (console :: CONSOLE | eff) Unit
warn :: forall eff. String -> Eff (console :: CONSOLE | eff) Unit
warn' :: forall a eff. (Show a) => a -> Eff (console :: CONSOLE | eff) Unit

etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions