If you look at the latest Delphifeed blog entries, there is quite some talk about “anonymous methods”. I clearly remember the first time I read about them in a .NET blog. It was very difficult to see the “anonymous” aspect for me. Because being anonymous means that it does not have a name – great. They do not. But… and this is the problem… it is not what they are about.
I read a book about Linq by Joseph C. Rattz the other day which covers the C# language extensions which are important in order to deal with Linq. Anonymous methods play a role in that as well and thus they are explained in the book in great detail. Rattz also has a problem with the name, but refers to them as “ghost methods”, which is a much better name in my honest opinion.
CORRECTION: This blog basically shows how insecure I am still with all the new terms. I think it is important to simply correct my mistake and not delete this blog post. The author, Rattz, does NOT call Anonymous Methods “ghost methods”, but he refers to “Partial Methods” in this way. Anonymous methods are called anonymous – just as I reasoned in this very blog – as they do not have a name. Period.
Tags: anonymous methods, Delphi
-
El Cy
-
El Cy
-
http://www.deltics.co.nz Jolyon Smith
-
http://flickdotnet.de holger
-
http://www.cs.wisc.edu/~rkennedy/ Rob Kennedy
