Skip to content

15.2.2.2 (and more widely) Unconventional spacing around colons #123

Open
@jskeet

Description

Currently we have:

abstract class B: A

I think it's more conventional to include a space after the type name:

abstract class B : A

We've talked about this before for things like bracing, where the standard is slightly unconventional but saves space - in this case I'd very much doubt that it will make any lines too long. I want to make the examples as unjarring as possible.

If we agree with the proposal (adding the space) I'll go through the standard and identify which examples need to be changed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    type: formattingThe Standard has incorrect formatting (or a typo)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions