From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: ** X-Spam-Status: No, score=2.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, PDS_SHORTFWD_URISHRT_FP,SHORT_SHORTNER autolearn=no autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6214:400c:: with SMTP id kd12mr25027103qvb.41.1637934244338; Fri, 26 Nov 2021 05:44:04 -0800 (PST) X-Received: by 2002:a25:e755:: with SMTP id e82mr15666089ybh.389.1637934244167; Fri, 26 Nov 2021 05:44:04 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 26 Nov 2021 05:44:03 -0800 (PST) In-Reply-To: <60346167-ea7c-40ee-bdf5-cc67b75fa964n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=92.40.193.119; posting-account=5K6RMgoAAADQeoHIOMi2dg5aYc0IVxGi NNTP-Posting-Host: 92.40.193.119 References: <60346167-ea7c-40ee-bdf5-cc67b75fa964n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <876a7eba-9e2b-4503-b58f-230a560871c4n@googlegroups.com> Subject: Re: Code flow control From: Kevin Chadwick Injection-Date: Fri, 26 Nov 2021 13:44:04 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:63158 List-Id: Whilst I like that exceptions with the GNAT compiler provide warnings with pragma No_Exception_Propagation and that they cannot be ignored at runtime. Some of the comments agree but some seem to conflict with this video about code flow. I agree with the video, actually. Especially wrt spaghetti code potential and even more so, when declare blocks are in use. "https://youtu.be/cv0l1LnhYmE"