-
Notifications
You must be signed in to change notification settings - Fork 133
Effective Dart #28
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
Comments
Those are like that due to readability, and how easily they relate to the C-based names at first glance. I personally have always hated camel case. It's refreshing to see snake case. Style is also about maintainability. If the maintainers experience zero problems... And now to the real issue, emacs or vim? |
This should probably be supported by setting up a linter & maybe even including in GitHub actions CI so we notice new offending code. https://dart.dev/guides/language/analysis-options#enabling-linter-rules |
If you need a pre-made linter configuration for Effective Dart a lot of people uses https://pub.dev/packages/pedantic . |
@GregorySech would you like to contribute a PR configuring it? |
Ok, but I'm not sure how to setup the CI part. If there is one, can I ask you? |
Sure, we've just started using the new GitHub Actions: |
Any chance we could get the linter to work with Actions? A major PR was merged today and it shows a couple of linter issues so it would be great if we could prevent it |
I can set it up this evening when I get home from work. So approximately in
2 and a half hours.
…On Mon, 21 Oct 2019, 17:55 Ivan Dlugos, ***@***.***> wrote:
Any chance we could get the linter to work with Actions? A major PR was
merged today and it shows a couple of linter issues so it would be great if
we could prevent it
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28?email_source=notifications&email_token=ADHJ5CMIWYSBBFSBB7WBZNTQPXGF3A5CNFSM4I5NSFD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB22IKQ#issuecomment-544580650>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHJ5COUDB5B64NRA6ZT7ADQPXGF3ANCNFSM4I5NSFDQ>
.
|
I'll also split the two packages in my next PR or the action will always fail. Working on it on the train. |
I'd say this has been implemented by now so closing, feel free to open an issue/PR with specific areas of improvements |
Why don't use an Effective Dart for this project?
Like here for constant names definitions you break it.
Thanks!
The text was updated successfully, but these errors were encountered: