[
https://issues.apache.org/jira/browse/THRIFT-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16151838#comment-16151838
]
Christopher Wright commented on THRIFT-2731:
--------------------------------------------
There are a few deprecation warnings in the D library:
* implicit string concatenation in a handful of places
* use of `alias symbol newname` instead of `alias newname = symbol`
Beyond that, the style guide is at https://dlang.org/dstyle.html
Currently, the most user-visible violation is in generated code: the compiler
produces files with names like `TestService.d`, while the style guide
recommends lowercase/underscore instead.
Beyond that, the library uses same-line braces and two-space indent, while the
D style guide recommends braces on their own line and four-space indents.
> D coding standards
> ------------------
>
> Key: THRIFT-2731
> URL: https://issues.apache.org/jira/browse/THRIFT-2731
> Project: Thrift
> Issue Type: Sub-task
> Components: D - Library
> Reporter: Konrad Grochowski
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)