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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:44:58+00:00 2026-05-12T05:44:58+00:00

An interesting discussion arose today around the concept of having one method with flags

  • 0

An interesting discussion arose today around the concept of having one method with flags versus two methods for each state of the flag. Which makes more sense and why?

void Submit(object data, bool isDraft);

or

void Submit(object data);

void SubmitAsDraft(object data);

I am tending toward the later, where each operation explicitly indicates what the transaction is performing.

Which makes more sense and are there well known rules or patterns that suggest why?

EDIT:

Assume the methods are being exposed as operations via a SOAP Service and OO concepts don’t necessarily apply. Although OO is the implementation behind the service.

  • 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-12T05:44:58+00:00Added an answer on May 12, 2026 at 5:44 am

    I would do this:

    void Submit(object data) { _Submit(data, false); }
    void SubmitAsDraft(object data) { _Submit(data, true); }
    (private) void _Submit(object data, bool isDraft);
    

    But that’s just me…

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

Sidebar

Related Questions

I had this interesting discussion today with a colleague. We were debating two pieces
Today at work I had an interesting discussion with one of my coworkers. He
An interesting question arose today. Let's say I have a .NET object that implements
Interesting problem. In a project scope change, I broke one application into two applications.
An interesting discussion about this started here but no one have been able to
I came upon an interesting discussion with my team around the use of HttpRequest.UrlReferrer
I got into an interesting discussion in a forum where we discussed the naming
Interesting one here. I have an ASP.NET 1.1 project that contains a web service
there's an interesting discussion on Apple Development forum about computing table view sections manually
There was a very interesting discussion on LosTechies regarding AutoMapper(an argument for/against 2-way mapping).

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.