Skip to content

Conversation

ForNeVeR
Copy link
Collaborator

No description provided.

public IPAddress? LocalAddress { get; private set; }
public int? LocalPort { get; private set; }
public string? LocalPath { get; private set; }
public abstract EndPoint EndPointImpl { get; }
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Minor) Is there a reason to not call this EndPoint, without Impl?

Copy link

@Fantoom Fantoom Aug 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I try to avoid naming variables/properties the same as types to reduce confusion. Though, I do not like the Impl, so we can rename them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants