Skip to content

Example of debugging fluent style code in Delphi using the identity transformation.

Notifications You must be signed in to change notification settings

pmcgee69/Fluent-ID-example

Repository files navigation

Fluent-ID-example

Example of debugging fluent style code in Delphi using the identity transformation.

Starting from example code mentioned on StackOverflow : https://stackoverflow.com/a/5104244/8106387 and having retrieved the old code : https://web.archive.org/web/20110227200636/http://paste.ideaslabs.com/show/lzILqOs6PK

I played with an idea that seemed logical from a Functional Programming perspective ... the Identity transformation ... that just returns exactly what you give it.

I didn't know what that would look like in Delphi ... until I tried it.

Code here, plus the original file, and a video of debug stepping through the code.

https://youtu.be/U5GvCh9yAsw

sshot 1

sshot 2

sshot 3

About

Example of debugging fluent style code in Delphi using the identity transformation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages