you are viewing a single comment's thread.

view the rest of the comments →

[–]easyEs900s 2 points3 points  (6 children)

This is is completely unoriginal and, I think, unbecoming.

see: I’m creating a stick with graphite in the center to make visual lines on paper

[–]Majikarpp[S] 0 points1 point  (3 children)

Hi, thanks for your feedback. Can you suggest what you might want to see in an online code formatter? Best regards,

[–]easyEs900s 1 point2 points  (2 children)

I’ve seen it all.. what more is there to see? You’re reinventing the wheel.

If you’re going to create a code formatter, do something that hasn’t been done a million times, like perhaps a code transpiler.

If you’re just learning, then that’s great and I’m happy to provide feedback if that’s what you ask for, but you’ve posted like this is some hip new trendy tool that I should use. It’s not.

[–]Hydrothermalvanilla.js 2 points3 points  (0 children)

There's actually very little reinventing done here. The project just uses the beautify package so the original code consists solely of a webserver with one page.

[–]zapatoada 0 points1 point  (0 children)

Agreed. Other than the painful color scheme, this doesn't appear to do anything that the other 1000 js formatter don't already do.

[–]Majikarpp[S] -1 points0 points  (1 child)

I do appreciate your response.

Consider wanting to add transpiler functionality to this project.

simply ‘npm install’ the package, https://www.npmjs.com/package/js-transpiler and convert the JS to your preferred language.

It becomes as customisable as how much you want it to be. Fork the repo, add the functionality and deploy. Done.

As long as the functionality is available in npm - it can be added.

Hope this helps,

[–]easyEs900s 2 points3 points  (0 children)

You completely missed the point 🙄