Skip to content

Inconsistent naming in IO module #13721

@ponychicken

Description

@ponychicken

Elixir and Erlang/OTP versions

all

Operating system

all

Current behavior

IO.inspect, IO.read etc all use the grammar case "infinitive" (to inspect, to read, etc).
But IO.puts uses an inflected form (it puts) instead of the same form.

While most people using Elixir have probably gotten used to this, these inconsistency are small barriers for new people.

Expected behavior

--

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions