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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T16:09:49+00:00 2026-06-12T16:09:49+00:00

Is it good to explicitly ‘return FALSE’ in a Boolean function or just ‘return

  • 0

Is it good to explicitly ‘return FALSE’ in a Boolean function or just ‘return TRUE’

Example A:

  function check($link){
  if(isset($link)){
  return TRUE;
  }else{
  return FALSE;
  }

OR
Example B:

  function check($link){
  if(isset($link)){
  return TRUE;
  }

By default php functions return FALSE, so is it good if I mention return FALSE or ignore it as Example B

so if im checking whether its true or false

 if(check('eqweqw')){
  echo 'its set';
 }else{
 echo 'its not';
 }
  • 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-12T16:09:51+00:00Added an answer on June 12, 2026 at 4:09 pm

    Example A is better practice because it explicitly states the intention of your code. If someone reading your code doesn’t know that FALSE is returned by default, they’ll probably assume your code is buggy.

    Remember: write code so it can be easily read and understood by others.

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

Sidebar

Related Questions

Good day, just a quick question: I would like to bind a table to
Possible Duplicate: return statement vs exit() in main() I've just read the first chapter
In Haskell, it is considered good practice to explicitly declare the type signature of
In Unix C programming, is it considered good practice to explicitly close file handles
Or should I just explicitly reference the superclasses whose methods I want to call?
So, what exactly is a good use case for implementing an interface explicitly? Is
Good morning, I have mysql queries where I would like to calculate percentage of
Good day. I need to teach Windows CryptoAPI to encrypt the message with private
Good evening guys. I'm currently trying to get started on development of a project
Good Day, Can someone confirm what was said at the bottom of this post

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.