mmartell opened a new pull request #862: URL: https://github.com/apache/geode-native/pull/862
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 ](https://www.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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
