关于[Putting the Fun in C# Local Functions]的摘要:
Many popular languages support the use of local functions and in C# 7, support for them was announced with relatively little fanfare. As someone that would consider themselves a C# power-user, I seldom took advantage of the feature until I realized just how much it could help with making code more readable, specifically in the context as a replacement for comments/hacks, unit tests, and in general just to clean things up.
原文地址: http://rion.io/2020/02/28/putting-the-fun-in-c-local-functions/