You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was going to open a PR for both phin and centra and add a few improvements:
Replace forEach with for-loop for performance reasons
Remove unnecessary else
Use of const over let
Migrate to use TypeScript
Is there a contribution guide or should I just open a PR and put it up for review? Also, I've noticed the codebase does not use any linter. Any interest in adding one?
The text was updated successfully, but these errors were encountered:
Thanks for the suggestions. Sure, adding a linter could be helpful. I'm not really able to experiment with that too much right now, so a PR would be very much appreciated.
Hello, I was going to open a PR for both phin and centra and add a few improvements:
forEach
withfor-loop
for performance reasonselse
const
overlet
Is there a contribution guide or should I just open a PR and put it up for review? Also, I've noticed the codebase does not use any linter. Any interest in adding one?
The text was updated successfully, but these errors were encountered: