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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:12:23+00:00 2026-06-13T17:12:23+00:00

I find myself running my application quite often from the IDE, testing a lot

  • 0

I find myself running my application quite often from the IDE, testing a lot of simpler changes and I find it bogs down my development time but if I don’t I’m afraid of bugs creeping up from previous dependent work. In larger product environment where it can take minutes to build – how often does everyone realistically test? How do you cope with potentially faulty code?

  • 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-13T17:12:25+00:00Added an answer on June 13, 2026 at 5:12 pm

    A few things that I do:

    • Code defensively:
      • Use asserts liberally to test assumptions (can always turn asserts off for production code: although there are companies that ship code with assertions turn on to make diagnosing problem behaviour easier – even for up to ~30% overhead)
      • Mutual suspicion: always validate input to a unit before you use it
      • Whitelist instead of blacklist: it’s usually easier to specify what constitutes as “valid” behaviour than trying to enumerate all the ways something can fail.
    • Code Review:
      • Use of code review process through open source software such as ReviewBoard has been shown to improve overall development speed / quality.
    • Smoke testing: simple, inexpensive tests to check basic assumptions / behaviour before moving on to the longer tests – this can save you a lot of time.
    • Unit testing:
      • Include self-contained tests for each unit of code that you write: a block of code, a function/method, a class, a package… and so on
      • As soon as the smallest block of code you write can be tested, test it – it will save you time down the line.
      • Utilize a a testing framework to run these together automatically
    • Regression testing:
      • Test everything after changes go in to make sure nothing breaks. These typically take longer to run, so you may have to do these on nightly builds.
    • Write tests before you write the code:
      • Writing tests first helps you understand exactly what the program is supposed to do / behave.
      • It helps you code exactly to specifications
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Quite often I find myself writing code like this: Dim oRenewalOrder = (From c
I am doing website development on OS X, and fairly often I find myself
I have two search/replace commands that I find myself running in vim fairly often
I am developing an email campaign however find myself running into an issue specific
I find myself often having to reposition subviews of a view after hiding or
I find myself creating Converters often and would like to be able to: right-click
I find myself using Resharper's convert to auto property refactoring a lot to remove
I couldn't find any good application for streaming MP3s from a URL that can
I'm running Linux and frequently find myself wondering what the storage sizes and numeric
I continually find myself running queries on databases and getting multidimensional arrays representing rows

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.