Recommendations from the Flutter team to improve the Smoothie code base #434
stephanegigandet
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
We could discuss Darren's recommendation regarding the coding style: "Agreeing on a specific style guide and enforcing it would help make the code consistent and easier for people to pick up. If you don’t want to come up with one of your own, you could use the Dart or Flutter repo guides or just modify them to your needs." https://dart.dev/guides/language/effective-dart/style https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Darren Austin from the Flutter team at Google has written a document to share his first impression of the Smoothie code base:
https://docs.google.com/document/d/1K9AnSoe67Rt70zeU7EA04wJSsfn5glYX6MvI-qK6NIs/edit#heading=h.c0uts5ftkk58
Overall Darren says that our code base is reasonably well structured and layed out (so kudos to @PrimaelQuemerais, @monsieurtanuki, @M123-dev, @teolemon and the others who are contributing to it!).
Darren also has recommendations on how we can improve:
I think it would be really useful for us to discuss those recommendations, to see which ones are the most useful and we should work on first. If we decide to implement some or all of them, some of the Google Fellows may also be able to help.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions