function Truth:Boolean; Get link Facebook X Pinterest Email Other Apps - November 26, 2015 function Truth:Boolean;begin Result := Truth;end;Originally shared by Microsoft DeveloperWell that sounds simple enough. Get link Facebook X Pinterest Email Other Apps Comments Bill MeyerNovember 26, 2015 at 8:02 AMMy favorite remains the index entry in the Delphi Language manual (though it may have originated in the TP manual): Recursion, see Recursion.ReplyDeleteRepliesReplyJean FriedbergNovember 26, 2015 at 8:03 AM/subReplyDeleteRepliesReplyDavid MillingtonNovember 26, 2015 at 8:59 AMBill Meyer Check out https://www.google.de/search?q=recursionReplyDeleteRepliesReplyThomas Mueller (dummzeuch)November 26, 2015 at 10:16 AMDavid Millington did you mean "recursion"?ReplyDeleteRepliesReplyDavid MillingtonNovember 26, 2015 at 10:19 AMThomas Mueller Did you mean "recursion"?ReplyDeleteRepliesReplyLars FosdalNovember 26, 2015 at 10:38 AMI should reshare this post again... ;)ReplyDeleteRepliesReplyHallvard VassbotnNovember 26, 2015 at 2:02 PMBtw, I wish the compiler would warn about that (unconditional recursion). Who hasn't referenced a property in a getter, by mistake - instead of the field...ReplyDeleteRepliesReplyDavid MillingtonNovember 26, 2015 at 2:31 PMHallvard Vassbotn I'm pretty sure FixInsight warns about that.ReplyDeleteRepliesReplyNándor KissNovember 26, 2015 at 9:53 PM/subReplyDeleteRepliesReplyHallvard VassbotnNovember 27, 2015 at 9:38 AMDavid Millington I know it does. Started testing FI now. Quite useful, although it does have some room for improvements - sent examples of false positives to Roman Yankovsky :).ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
My favorite remains the index entry in the Delphi Language manual (though it may have originated in the TP manual): Recursion, see Recursion.
ReplyDelete/sub
ReplyDeleteBill Meyer Check out https://www.google.de/search?q=recursion
ReplyDeleteDavid Millington did you mean "recursion"?
ReplyDeleteThomas Mueller Did you mean "recursion"?
ReplyDeleteI should reshare this post again... ;)
ReplyDeleteBtw, I wish the compiler would warn about that (unconditional recursion).
ReplyDeleteWho hasn't referenced a property in a getter, by mistake - instead of the field...
Hallvard Vassbotn I'm pretty sure FixInsight warns about that.
ReplyDelete/sub
ReplyDeleteDavid Millington I know it does. Started testing FI now. Quite useful, although it does have some room for improvements - sent examples of false positives to Roman Yankovsky :).
ReplyDelete