-
Notifications
You must be signed in to change notification settings - Fork 129
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
HacktoberFest #392
Comments
hey cool! Welcome wouter, I really appreciate that. Big problems:
Less-scary
Lastly, feel-free just to poke-around and see what you find. I'm sure there are big wins to make with performance, better regexes here and there, better unicode support, oh, and testing. Any of the plugins are up for grabs. Some are really rough, and need some help - the wikitext one, for example, barely works and may be a silly idea, or maybe it isn't. cheers |
Hello, I looked at the repo and I have a few plans and questions. First to get to know the project a bit better I implemented a fix for #391. I will be sending a pr for the fix shortly. Then the next part is maybe too big of a change to drop at once but first some questions:
So, my big plan has two phases: First capturing all the behaviors of some big parts of the application like the Document.js and maybe section.js. Then I want to use modern language features, like classes, Nullish coalescing operator, and Optional chaining, to simplify and rewrite some complicated parts of the application. I do not know if this is too big a step to take at once. But I'm still interested in bettering the test coverage and looking forward to the answers to the questions and your thoughts. -wvanderp edit: added a question |
hi @wvanderp - great questions.
great questions, keep em coming! |
Thank you for the quick answer. I was talking about the for loop here Line 25 in 112e141
Maybe it can also be replaced with a shelljs script I have to see what currently is green in node versions to see about the second part of my masterplan. But I will be looking at the test coverage infrastructure as well as the test coverage it self. Have a nice evening (I'm from Europe so it's quite late for me) |
oh, yeah. that sucks. we should fix that! Good catch. I don't really know what's in node LTS right now either. I just try to avoid being the dependency that ruins someones day. I used to 'babel-down' for node/main, and there were weird problems from webpack. We can drop node 8, if it helped with your vision, that's cool. I could be convinced further, too. |
Hello,
It is nearly ocktober and so Hacktoberfest is just around the corner.
I'd like to spend my hacktoberfest here!
So, my questions are what are some tickets you really want solved. Or are there any issues that are not yet captured by tickets.
My strengths are vanilla js, typescript, willing to write tests and I have done some infrastructure work.
I'm looking forward to hearing from you and contributing to this repo.
-wvanderp
The text was updated successfully, but these errors were encountered: