Kylee Tilley ⚠️
banner
testingrequired.com
Kylee Tilley ⚠️
@testingrequired.com
Rarely updated: testingrequired.com
Look at all these things to map out...
November 12, 2025 at 5:11 PM
Code coverage improvements: before and after 🎉

Lots of low hanging fruit e.g. invalid op codes, mapping errors to diagnostics, popping off an empty stack, removing unused code even.
November 10, 2025 at 6:43 AM
So this has to exist right? A chess app that shows you what moves the CPU might make if they were you? Multiple suggestions ranked by confidence? Updated when new moves are made.
November 7, 2025 at 4:45 PM
November 6, 2025 at 5:32 PM
So way back when I got my start at a startup trying to use modified naive bayes algorithm for classifying a high volume of tweets at high speeds.

I was tasked to write tests for the core algorithm code. The code was written by the founder and it ALL looked like this. Zero comments.
November 4, 2025 at 11:40 PM
I don't think that's right LinkedIn...
October 29, 2025 at 7:01 PM
Writing tests after the fact
October 27, 2025 at 1:32 PM
October 23, 2025 at 10:00 PM
I've been messing around with the interface and pretty happy with this.

I'm building this to support parsing HTTP message templates. These will partial/non compliant messages but template references are restricted to individual message parts: method, url, header (key/value or the whole line, etc..)
September 13, 2025 at 2:11 AM
Using Rust's unwrap
September 12, 2025 at 8:03 PM
Five months of daily note taking. This is a massive milestone for me. 🎉

I usually last a month before it falls off and I pick back up a month after that.
September 11, 2025 at 6:14 PM
What story are they mobbing on?
August 22, 2025 at 5:48 PM
Most development involves a lot less math than I thought. That was until...
August 22, 2025 at 3:31 PM
Devs listening to non devs talking about this weekend's vibe coding project
August 22, 2025 at 12:57 PM
Committing commented out code
August 20, 2025 at 2:16 PM
Closer! More print debugging statements are helping.
August 17, 2025 at 5:03 AM
I feel like I'm close to getting this to work.
August 17, 2025 at 3:03 AM
"True test coverage requires..."
August 7, 2025 at 11:04 PM
Drag and drop to create transactions.

Other features planned

- Budget spans/ranges
- Expense buckets for those budget ranges e.g. food, gas
- Splitting a bill's payment (like a house payment) across multiple budget spans. Not making the payment but reserving the money
August 4, 2025 at 3:35 PM
I've been working on a budget planning tool

- High level dashboard (still WIP)
- Timeline view of events
- Calendar view with drag & drop transactions (planned, processing, complete), drag & drop bills, due dates/auto pays, rolling balance updates

Note: This is all mock/generated data
August 4, 2025 at 3:16 PM
Achievements in action 🎉 Those notifications are being driven from the server over web sockets.
July 23, 2025 at 3:38 AM
Now I want some cheese.
July 18, 2025 at 8:27 PM
Now I can do stuff like this.

- `id` is a builtin function that accepts a value and returns the same value
` @_` is a placeholder for the REPL's last interpreted value
July 7, 2025 at 12:15 AM
Plain text files, CLI arguments next to expected output. 😍

These tests much easier to write than the, macro driven, integration tests in place now.

What's really nice is that it makes experimenting in the system almost as fast as the REPL but you get tests in the end.
June 21, 2025 at 5:28 PM
After a little tweaking...
June 18, 2025 at 2:58 AM