You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2019/11/13 08:24:00 UTC

[jira] [Created] (THRIFT-5005) Refactoring of the Delphi libs

Jens Geyer created THRIFT-5005:
----------------------------------

             Summary: Refactoring of the Delphi libs
                 Key: THRIFT-5005
                 URL: https://issues.apache.org/jira/browse/THRIFT-5005
             Project: Thrift
          Issue Type: Improvement
          Components: Delphi - Library
            Reporter: Jens Geyer



Refactoring certain things w/o changing functionality:
* make use of {{strict private / protected}} where applicable
* hide all interface implementations behind {{strict protected}} instead of {{public}}
* consolidate multiple CTOR overloads into one using default args where applicable
* make argument naming more consistent
* make certain arguments explicitly {{const}} where applicable
* improve code formatting




--
This message was sent by Atlassian Jira
(v8.3.4#803005)