Move all files to sculpin/

This commit is contained in:
Oliver Davies 2025-10-01 00:01:33 +01:00
parent c5d71803a5
commit 0f61b4e9ee
1514 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,19 @@
---
title: Testing personal projects
date: 2024-09-28
permalink: daily/2024/09/28/testing-personal-projects
tags:
- software-development
- automated-testing
cta: ~
snippet: |
Do you write automated tests for your personal projects?
---
Listening to podcasts and watching videos where Developers talk about their personal or side projects, sometimes they say that they skip writing automated tests.
They'd write tests for their client or work projects, but not necessarily for their own projects.
I wonder why this is.
Presumably they see the benefits of testing on other projects, so why wouldn't they write tests for their own projects?