Skip to content

Fix access levels of extension methods #46

@zspitz

Description

@zspitz
  • Files shouldn't have the suffix Extension -- e.g. LambdaExpression.cs, not LambdaExpressionExtensions.cs
  • Class names should have the Extension suffix -- LambdaExpressionExtensions
  • Namespace should be ExpressionTreeToString.Util
  • Classes and methods should be public; they all exist within their own namespace, so Intellisense polluting is not an issue
  • Move any appropriate extension methods to ZSpitz.Util

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions