Skip to content

Clean up Conversions TryParse code. #2669

Open
@eerhardt

Description

@eerhardt

Following the feedback here and here, we should do the following for the Conversions code:

  • Make Convert and TryParse consistently named. Either Convert and TryConvert. Or Parse and TryParse.
  • Clean up the TryParse methods so they call GetValueOrDefault and don't do unnecessary writes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Doc bugs, questions, minor issues, etc.code-sanitationCode consistency, maintainability, and best practices, moreso than any public API.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions