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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:37:55+00:00 2026-06-05T14:37:55+00:00

I’ve started writing a JavaScript application as a personal project. I am hoping to

  • 0

I’ve started writing a JavaScript application as a personal project. I am hoping to learn and use unit testing for this project. I do not have much experience in writing unit tests, but I have read that Jasmine would be a good library to help me achieve this.

With that said, I was a bit overzealous in my initial coding spree. I had an idea and ran with it. As such, the structure of my application was and continues to be not as OO as I would prefer. This has lead me down the path of multiple, large refactors. I’ve found that refactoring in a weakly-typed language leaves me especially prone to bug-reentrance.

The fact that I am having to go back and address bugs that I’ve reintroduced makes me yearn for unit tests. By contrast, however, the fact that I am reworking the foundation of my codebase so much still causes me to hesitate. I do not want to create unit tests for my project only to then decide that more restructuring (which will deprecate my tests past the point of ‘correcting an error’) is needed.

Is this a common concern? I feel like there will be a point in time where my ‘foundation’ will be stable enough to write tests for it… but that makes the tests sound so much less appealing.

  • 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-05T14:37:57+00:00Added an answer on June 5, 2026 at 2:37 pm

    I would consider treating your current codebase as “experimental” or as a “prototype” – as in, something that you would mostly discard.

    If you plan on refactoring your codebase, it would probably be a good idea to introduce unit tests either before you refactor or for the refactored code.

    The benefits of writing tests for the current codebase are quite obvious: You can run your refactored codebase against them to verify the functionality. You will probably need to restructure your tests somewhat as well while you are refactoring, but that’s normal.

    What you shouldn’t do while rewriting the tests is delete them. Try to keep all the final assertions in each of your test the same, while replacing how the test otherwise works. This way you should be able to keep track of what you are testing better, and that the new functionality still does the same job.

    Of course if you wrote your original code in a non-OO fashion, it may be difficult to test it well. In this case, I would suggest choosing to either write higher level tests (functional tests) for your original code, or to write your refactored code using a TDD type approach.

    Using functional tests, you can have test coverage for the main functionality of your application. You won’t have as fine grained tests as with unit tests, but you could write the tests more easily and would not need to modify them as much in the end. You could use a tool like Selenium for this.

    With the TDD approach you would probably have the least amount of work. You would ensure good test coverage for the newly written code, but you would have to manually verify the code works the same way as the old one did.

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

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I have this code to decode numeric html entities to the UTF8 equivalent character.
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
Is it possible to replace javascript w/ HTML if JavaScript is not enabled on
I have some data like this: 1 2 3 4 5 9 2 6
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text

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.