-
Notifications
You must be signed in to change notification settings - Fork 54
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
Clean code base #61
Comments
Sure, it will would be great to have a PR to clean the code.
|
Alright cool, I'm gonna start working on it then. To elaborate a bit on your points:
|
Cool. Yes to all. Re prettier, I'm happy to use it as consistent formatting is quite important and removes discussions about it. The workflow around Thanks |
I just submitted #62 as a first step. I'll probably tackle the build script next to get rid of the |
Hey,
This is probably a bit of a strange request but while working on my last PR on this project a few things triggered my OCD.
For example:
var
is used everywhere instead ofconst
/let
It is not crucial but would you welcome a PR for this ? :P
Have you ever considered using prettier to format the code in a consistent way?
I was also wondering why you commit the build on Github? (
dist
folder)Let me know what you think!
H.
The text was updated successfully, but these errors were encountered: