Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7845625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:17:46+00:00 2026-06-02T17:17:46+00:00

How do I elegantly implement the "Samurai principle" ( return victorious, or not at

  • 0

How do I elegantly implement the "Samurai principle" (return victorious, or not at all) on my functions?

return <value> if <bool> else raise <exception>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T17:17:48+00:00Added an answer on June 2, 2026 at 5:17 pm

    Inline/ternary if is an expression, not a statement. Your attempt means “if bool, return value, else return the result of raise expression” – which is nonsense of course, because raise exception is itself a statement not an expression.

    There’s no way to do this inline, and you shouldn’t want to. Do it explicitly:

    if not bool:
        raise MyException
    return value
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can i elegantly delete all the characters from the end of the string
I wish to implement a "Last Observation Carried Forward" for a data set I
ASP.NET Webforms application. Problem : How to implement emailling elegantly? Many parts of the
getFirstNotNullResult executes a list of functions, until one of them returns a not null
In our ASP.NET 3.5 application, we would like to implement a "Please wait.." feature
How do I implement error handling elegantly? For example, my data access layer can
I know, that when I implement tableView:willBeginEditingRowAtIndexPath: and tableView:didEndEditingRowAtIndexPath: , a swipe-to-delete does not
I'm writing an interpreter for a simple DSL and wondering how to implement if-then-else
Part of what's so powerful about Clojure is that all the core data-types implement
I'm trying to implement a FIFO observer/observable decoupling queue, but I am not sure

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.