Unit Testing - Coding With Vera
https://codingwithvera.com/tag/unit-testing/ • 14 KB fetched Open original page
Unit Testing - Coding With Vera
* Home
* About
* Ask a Question
Sign in
Subscribe
Topic
Unit Testing
A collection of 4 issues
Using Characterization Tests When Working With Legacy Code
Every software engineer has worked with legacy code in some way. Knowing how to work in different environments is essential, especially with legacy.
Let's reflect on the following definition of legacy code from the book Working Effectively With Legacy Code by Michael C. Feathers:
"In the industry,
Sep 16, 2024
2 min read
How to Implement TDD on Existing Code
"Yeah TDD is great but it doesn't work in real life." 🙄
If I had a penny for every time I heard a similar comment during my career as an iOS Developer I would be rich!
In this article, I'll go over how it is
Mar 24, 2024
6 min read
What the **** is a Memory Leak?!
In any software environment, it's very common to talk about memory leaks, according to NetGuru, a memory leak is a block of memory that was allocated at some point in time but for some reason, was never released and is no longer being referenced in the app [1]
Mar 5, 2024
5 min read
Stub vs Spy vs Mock: Aren't they all just the same thing?
When implementing tests you may have needed to use some sort of test doubling.
In this article, I want to briefly talk about the differences between the concepts of mock, spy and stub, and how and when to use them.
Let's start with the most commonly heard concept:
Feb 27, 2024
5 min read
Load more issues
Subscribe to Coding With Vera
Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
[email protected]
Subscribe
Coding With Vera © 2026
Powered by Ghost
Links found on this page
- Home [direct]
- About [direct]
- Ask a Question [direct]
- Sign in [direct]
- Using Characterization Tests When Working With Legacy Code
Every software engineer has worked with legacy code in some way. Knowing how to work in different environments is essent [direct]
- How to Implement TDD on Existing Code
"Yeah TDD is great but it doesn't work in real life." 🙄
If I had a penny for every time I heard a similar comment during my career as an iO [direct]
- What the **** is a Memory Leak?!
In any software environment, it's very common to talk about memory leaks, according to NetGuru, a memory leak is a block of memory that was alloca [direct]
- Stub vs Spy vs Mock: Aren't they all just the same thing?
When implementing tests you may have needed to use some sort of test doubling.
In this article, I want to briefly talk a [direct]
- Powered by Ghost [direct]
|
|