Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Unified Diff: sky/specs/style-guide.md

Issue 1178623002: Remove _emptyList from fn2.dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: style fix Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/lib/framework/fn2.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/style-guide.md
diff --git a/sky/specs/style-guide.md b/sky/specs/style-guide.md
index 137937a96fbf769ed6b78f81298ea44de48a93b1..b1f65d64e819960ccc2cf9e1b9bdd710ea9ecbf1 100644
--- a/sky/specs/style-guide.md
+++ b/sky/specs/style-guide.md
@@ -51,8 +51,7 @@ same order (unless the order matters).
All variables and arguments are typed; don't use "var", "dynamic", or
"Object" in any case where you could figure out the actual type.
-Always specialise generic types where possible. Even for ```[]``` and
-```{}``` literals, include the types.
+Always specialise generic types where possible.
Aim for a line length of 80 characters, but go over if breaking the
line would make it less readable.
« no previous file with comments | « sky/sdk/lib/framework/fn2.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698