From aa56f210fc47f5aa344845d845c1e931771eb1a1 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Fri, 2 Dec 2016 09:21:19 +0200 Subject: [PATCH] #51 no DSL or syntactic sugar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62ebbc7b48..c171935231 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ These things we **don't tolerate**: * unchecked exceptions * operators * flow control statements (`for`, `while`, `if`, etc) + * DSL and [syntactic sugar](https://en.wikipedia.org/wiki/Syntactic_sugar) ([why?](https://github.com/yegor256/eo/issues/51)) These things we **want** to build in: