Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecating factory functions in favour of constructor-like functions. #196

Merged
merged 1 commit into from
May 7, 2023

Conversation

idugalic
Copy link
Member

@idugalic idugalic commented May 7, 2023

A constructor-like function is a function whose name starts with a capital letter, so it looks like a constructor.

Improves readability and makes the library and your project easier to understand, in general.

 - improves readability and makes library and your project easier to understand, in general.
@idugalic idugalic merged commit 5b49aef into main May 7, 2023
@idugalic idugalic deleted the feature/depricating-factory-functions branch May 14, 2023 19:04
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.

1 participant