From 70ad717e5937de85b041cb46f7f4f6beade94490 Mon Sep 17 00:00:00 2001 From: Romulus Crisan Date: Thu, 1 Sep 2016 15:14:57 +0300 Subject: [PATCH] Update contributing.md --- contributing.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 9b04946..275a6c6 100644 --- a/contributing.md +++ b/contributing.md @@ -1,6 +1,8 @@ Contributing to SDL Studio Community Toolkit ======= -A developer should be able to quickly and easily learn to use the API. -Simplicity and a low barrier to entry are must-have features of every API. If you have any second thoughts about the complexity of a design, it is almost always much better to cut the feature from the current release and spend more time to get the design right for the next release. +A developer should be able to quickly and easily learn to use the API. + +Simplicity and a low barrier to entry are must-have features of every API. If you have any second thoughts about the complexity of a design, it is almost always much better to cut the feature from the current release and spend more time to get the design right for the next release. + You can always add to an API, you cannot ever remove anything from one. If the design does not feel right, and you ship it anyway, you are likely to regret having done so.