You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2015/06/02 01:22:39 UTC

svn commit: r1683022 - /thrift/cms-site/trunk/content/docs/HowToNewLanguage.md

Author: jensg
Date: Mon Jun  1 23:22:38 2015
New Revision: 1683022

URL: http://svn.apache.org/r1683022
Log:
Updated new language bindings document

Modified:
    thrift/cms-site/trunk/content/docs/HowToNewLanguage.md

Modified: thrift/cms-site/trunk/content/docs/HowToNewLanguage.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/docs/HowToNewLanguage.md?rev=1683022&r1=1683021&r2=1683022&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/docs/HowToNewLanguage.md (original)
+++ thrift/cms-site/trunk/content/docs/HowToNewLanguage.md Mon Jun  1 23:22:38 2015
@@ -41,6 +41,8 @@ The minimum required feature set should
 
 ### Other recommended features
 
+These are not strictly required in the first run, but are commonly used. Depending on the language, some things may be easier to implement than others. Alternatively, consider adding the features listed below later as additional contributions instead of trying to press them into the initial contribution. If in doubt, fokus on quality rather than quantity.
+
 * Transports: HTTP server, Pipes, NamedPipes (where it makes sense)
 * Protocols: Compact
 * Server types: Nonblocking, Threaded and/or Threadpool server implementation