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

  • Home
  • SEARCH
  • 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 6229481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T09:34:24+00:00 2026-05-24T09:34:24+00:00

In my answer here: C# Lock syntax – 2 questions , LukeH pointed out

  • 0

In my answer here: C# Lock syntax – 2 questions, LukeH pointed out that try...catch...(finally) statements require curly braces.

I found the answers as to why, found here ( Why do try..catch blocks require braces? ) very interesting.

I’d like to know of any more examples where curly braces are required as opposed to good practice etc, ideally with code snippet and explanation as to why.

  • 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-05-24T09:34:25+00:00Added an answer on May 24, 2026 at 9:34 am

    Around a method body.

    // not allowed:
    int Inc(int x) 
         return x+1; 
    

    The why is not so easy, it would seem old-style C needed it more than C++/C#.

    A little more about the why part, in (very) old C you would write

    int Sum()
    int a, b; // parameters, very informal
    {
       int s; // local var
       ...
    }
    

    So this ancient syntax needed the braces. And in all the languages that are based on C, nobody ever saw a point in making them optional, assuming that was possible in some cases.

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

Sidebar

Related Questions

This is a question that was sparked by Rob Walker 's answer here .
Here is a hum-dinger of a problem that I have not found an answer
Today I got here nice answer that will resolve my problem. Unfortunately, I forgot
I have code listed here: Threading and Sockets . The answer to that question
After getting a helpful answer here , I have run into yet another problem:
I see the answer here is no, but wondered if there is any update
This question already has an answer here: What are Extension Methods? 5 answers Usage
This is somewhat of a follow-up to an answer here . I have a
I am trying to evaluate the answer provided here , and am getting the
I'm hoping someone here can answer these definitively: Does putting a VHD file in

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.