[
https://issues.apache.org/jira/browse/GEODE-9559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406313#comment-17406313
]
ASF subversion and git services commented on GEODE-9559:
--------------------------------------------------------
Commit c8af94e12a4b420e079cf8a2cb6a13ce0e1298cc in geode-native's branch
refs/heads/GEODE-9559-demacroize-clicache from Mike Martell
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=c8af94e ]
GEODE-9559: Demacroize _GFCLI_CACHEABLEHASHSET_DEF_GENERIC
> Demacroize clicache
> --------------------
>
> Key: GEODE-9559
> URL: https://issues.apache.org/jira/browse/GEODE-9559
> Project: Geode
> Issue Type: Improvement
> Components: native client
> Reporter: Michael Martell
> Priority: Major
>
> Macros in C++ complicate debug efforts and code maintenance and are generally
> considered old school ([https://stroustrup.com/icsm-2012-demacro.pdf).] This
> PR is to remove all the complicated macros in the .NET Framework client, e.g.
> the clicache module.
> In addition to improving the maintainability of the clicache module, removing
> the macros will greatly assist the creation of the .NET Core client. [dotPeek
> |http://jetbrains.com/decompiler/] is proving to be a valuable tool in the
> .NET Core project, but is currently limited by the extensive use of macros in
> the clicache code.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)