Skip to content

Separate utils (if any) and extensions #42

@dninemfive

Description

@dninemfive

Currently, all classes which implement extension methods are in a utils namespace. The name of the project is utl because everything in here is a utility, so these should be in a separate, more-precisely-named extensions namespace, and have the classes renamed to match.

Anything in utils which is not an extension method (i am currently refactoring many of these anyway) should remain in a utils namespace for now.

Metadata

Metadata

Assignees

Labels

refactorChanges which move code around without making changes to the public API.

Projects

Status

Not Started

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions