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 8945323
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:13:17+00:00 2026-06-15T12:13:17+00:00

Given the following: bool isCorrect = theAnswer == 42; Which is the preferred way

  • 0

Given the following:

bool isCorrect = theAnswer == 42;

Which is the preferred way of testing false boolean logic in C# (programming in general)?

if (!isCorrect)
  // throw exception

or

if (isCorrect == false)
  // throw exception

The reason I ask is because one of our senior developers at work suggests we should always use the latter approach as it enhances readability and ensures other developers can clearly see the false check; an exclamation mark is easy to miss. I much prefer the former as it’s more concise and readable enough to me.

I understand that this may be a subjective issue so was wondering if there was a concrete preference mentioned in any coding style.

  • 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-15T12:13:18+00:00Added an answer on June 15, 2026 at 12:13 pm

    I have seen production code from senior developers containing such code:

    if (isCorrect.ToString().Length == 5)
    

    But I’m still using:

    if (!isCorrect)
    

    Use what you think is more readable for you, there is no statistics among all developers))

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given the following class, which simply maps an internal functor f to a function
Question: Given the following code snippet: bool foo(int n) { for(int i=3;i<sqrt(n)+0.5;i+=2) { if((n%i)==0){
Given the following methods: // Method 1 void add(const std::string& header, bool replace); //Method
Given the following C++ code which doesn't mention a calling convention in the function
Given the following interface: public interface IFoo { bool Foo(Person a, Person b); }
Given the following code: bool doGoodThing; switch (some_variable) { case 1: case 2: doGoodThing
Given the following code: public static bool UpdateUser(string userId, string jobTitle) { return GetProvider().UpdateUser
Given the following code, is there a better way to structure this? foreach(Thing item
Given the following viewmodel: public class SomeViewModel { public bool IsA { get; set;
Given the following Expression<Func<T,bool>> matchExpression; How can i create another expression that is a

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.