-
Notifications
You must be signed in to change notification settings - Fork 174
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
Import Standard rules #795
Comments
I agree that forcing developers to use the same and opinionated code style makes much more sense. And I believe Deno's philosophy also follows this idea. In fact, Deno ships with the bulit-in code formatter
|
I agree with @magurotuna plus Standard has come questionable conventions. We're quite happy with current status of |
But in Roadmap I have seen plans to customize the enable/disable rules.
In addition, this issue is mainly about importing Standard rules, and the unified code style is just a derivative of my plan based on what is listed in Roadmap and the concept of Standard. This may be a difference in understanding caused by my lack of clarity in expression. What I mean is that Standard has richer, more detailed rules, and we can pick and choose from them to further tighten the code style. |
@kecrily |
The idea is to resolve pointless code style arguments, the diversity of code styles does not make as much sense as the diversity of ideas. It brings nothing but pointless arguments, and instead of improving our development speed, it may waste time in determining the style of the code.
In this case, it clearly makes sense to establish a useful and common code style, then force it to be used. This may cause pain for a while, but it's worth it. There are languages that are ahead of the curve, such as Golang. This has also led to it receiving many positive reviews.
Free programmers from the prison of using different code styles for different projects and focus on the code itself.
As a code style guide with a popular base among TypeScript and JavaScript programmers, and it seems to me that Deno is a good fit for importing it.
The text was updated successfully, but these errors were encountered: