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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T02:30:45+00:00 2026-05-31T02:30:45+00:00

Evening guys, This may seem like a stupid question but im having some issues

  • 0

Evening guys,

This may seem like a stupid question but im having some issues figuring out where i should be placing my user input verification checks. I have checks, for the following:

  1. file exists
  2. Correct extension
  3. Access to the file
  4. Input in 2 NumericUpDown controls
  5. One numericUpDown is always greater than the other.
  6. Assignment to static properties.

Im assuming each one of these should at least be a single method but i then have a single method which has a large number of lines which solely check the result of the method calls to the list above. ie

public void VerifyData()
{
    if(VerifyNumber1OnTheList != true)
    {
        LogError("The file specified is incorrect")
        return;
    }

    if(VerifyNumber2OnTheList != ......

Any suggestions on how i should actually be laying this out would be appreciated.

Thanks

  • 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-31T02:30:46+00:00Added an answer on May 31, 2026 at 2:30 am

    Your method above seems like a perfectly fine way of laying out your code.

    My only change would be in how you handle your checking. Use well-named methods rather than booleans during your check:

    public void VerifyData()
    {
        if(FileExists())
        {
            LogError("The file specified is incorrect")
            return;
        }
    
        if(CorrectExtension())
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Good Evening, I'm building a website which will will look something like this: So
Good evening, I'm having trouble with model binding and validation but I don't know
Good Evening, I'm using this script, it works really good but I want it
Last evening I did some housekeeping on our code repository - basically moved the
Good evening, I am working on a program where some application config info is
Good evening guys, I'm trying to pass multiple checkbox values through AJAX and process
Good evening guys, how can I run a piece of jQuery/ajax when a certain
Evening, im not sure on what im asking here but I will try to
Evening, I'm facing a small problem which I can't get fixed. I'm having one
Good evening. For a project, I have to create a system. In this system,

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.