Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Jamie Taylor

๐Ÿ‘ค Speaker
341 total appearances

Appearances Over Time

Podcast Appearances

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

What if this happens?

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

What if that happens?

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

Which is weird.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

Yeah, absolutely.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

Absolutely.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

And then I'll do the spec, then the plan, then implement.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

But the key thing, and this is a pro tip for anyone who wants to try out SpecKit, is if you're doing it that spec, so you do spec, plan, implement.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

clear the context between each one, right?

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

Because right, especially in the middle, when you come to do the plan, it's going to do a whole bunch of research.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

It's going to write a whole bunch of markdown files to do with like what it thinks the data model should be, what it thinks the contract should be, which libraries to use, where to go to get the library information for the API calls and stuff.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So it's going to create you almost like a wiki just for this one feature.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So you want to clear the context every time you complete one of the steps.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

And then the other thing you can do is you get to the break into tasks step, which is just called tasks.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

It then ships with a command to analyze everything it's done so far and look for yet another set of gaps in user stories or gaps in knowledge.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So you can have it check its homework, if that makes sense.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So it does both.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So what it does is it goes back to the original spec, reads through it to double check that there aren't any more gaps in those user stories or assumptions.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

And then it goes, cool.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So based on this spec, have a look at the plan.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

Does the plan match the spec?