Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • @IvovanderVeeken Failing fast can be more efficient. Like early exit. The alternative is to follow a fixed order of steps regardless, perhaps producing results that may need to be discarded later. The latter could be cleaner. If the fail is rare one might prefer the clean approach. Like exceptions (as an error handling mechanism) are expensive but you don't care because they are, well, exceptional. Commented Jul 18, 2024 at 21:56
  • Why is the comment I responded to deleted? I found my own comment from a couple of days earlier deleted too. Is SESE playing YouTube these days? It smells like AI and it better end soon. Commented Jul 19, 2024 at 12:02