From a6eb5d91cd890dba72c690142d481e5e4c399953 Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Fri, 11 Jan 2019 09:16:42 +0100 Subject: [PATCH 1/2] Add section on decorators FCP --- source/blog/2019-01-11-the-ember-times-issue-80.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/source/blog/2019-01-11-the-ember-times-issue-80.md b/source/blog/2019-01-11-the-ember-times-issue-80.md index ba8265dd8b..3e4f5b8c46 100644 --- a/source/blog/2019-01-11-the-ember-times-issue-80.md +++ b/source/blog/2019-01-11-the-ember-times-issue-80.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 80 -author: the crowd +author: Kenneth Larsen, tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/01/11-the-ember-times-issue-80.html" responsive: true @@ -8,7 +8,7 @@ responsive: true Grüezi mitenand Emberistas! 🐹 - +This week you can read about the decorators RFC moving into FCP, ... --- @@ -17,8 +17,12 @@ Grüezi mitenand Emberistas! 🐹 --- -## [SECTION TITLE](#section-url) +## [Decorators in FCP 🤓](https://github.com/emberjs/rfcs/pull/408) +The [decorators RFC](https://github.com/NullVoxPopuli/rfcs/blob/decorators/text/0000-decorators.md) has been moved into **Final Comment Period (FCP)**. This means that if you have thoughts about decorators now is your chance to add your comment. + +The motivation for the decorators RFC is that native decorators bring a **more natural way of declaring computed properties** to native classes than the current computed macros. +As always, feel free to read the [RFC](https://github.com/NullVoxPopuli/rfcs/blob/decorators/text/0000-decorators.md) and share your thoughts as a comment. --- @@ -90,4 +94,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Kenneth Larsen, and the Learning Team From 6b178ba4a03b7394b4d6ee314d60592344bebfe0 Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Fri, 11 Jan 2019 09:23:03 +0100 Subject: [PATCH 2/2] Fix alex --- source/blog/2019-01-11-the-ember-times-issue-80.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2019-01-11-the-ember-times-issue-80.md b/source/blog/2019-01-11-the-ember-times-issue-80.md index 3e4f5b8c46..3e9152ab5a 100644 --- a/source/blog/2019-01-11-the-ember-times-issue-80.md +++ b/source/blog/2019-01-11-the-ember-times-issue-80.md @@ -16,8 +16,8 @@ This week you can read about the decorators RFC moving into FCP, ... --- - ## [Decorators in FCP 🤓](https://github.com/emberjs/rfcs/pull/408) + The [decorators RFC](https://github.com/NullVoxPopuli/rfcs/blob/decorators/text/0000-decorators.md) has been moved into **Final Comment Period (FCP)**. This means that if you have thoughts about decorators now is your chance to add your comment. The motivation for the decorators RFC is that native decorators bring a **more natural way of declaring computed properties** to native classes than the current computed macros.