Skip to content

Rename the constant 'CustomError' so that it scans better when qualified with the class name #13

@FullValueRider

Description

@FullValueRider

Would it be worth renaming the constant 'CommonError' to one which scans better when the constant is qualified.

e.g. rather than

CommonErrors.CommonError

to have

CommonErrors.Base

as an example

Public Enum GuardClauseErrors
        
        InvalidFromNonDefaultInstance = CustomErrors.Base + 1
        InvalidFromDefaultInstance
        ObjectAlreadyInitialized
        ObjectCannotBeNothing
        StringCannotBeEmpty
        
    End Enum

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