Pizza Shop Training - Initial Requirements - Video 1

I have an experiment I'm trying out. Pizza Shop as Training. I referenced this before in a filler post [https://quinngil.com/2020/03/05/pizza-shop-training-soon/]. If you'd like to try this yourself... here's the requirements that appear briefly in the video -------------------------------------------------------------------------------- * The…

A dislike of Inheritance - Reused

In the original A dislike of inheritance [https://quinngil.com/2020/01/21/a-dislike-of-inheritance/] post I used an example that I've actually diverged from. Most of you will think this is overkill... but ... Things change for one reason in one place. Just hear my out... read me out?…

Using TCR

I created a script... let's see how it goes... It went stupid well... Kinda annoyed by it The video is a bit long; 25 minutes; and is embedded below. Stupid Well I want to talk about this going stupid well. It's not due to the TCR,…

Pizza Shop Training - Soon

I've done some code for a flavor of the Pizza Shop before [https://quinngil.com/2018/01/14/uobjects-pizza-shop-summary/] and it's a pretty good demonstration of my MicroObject practices. Not the best. There's some aspects I was still playing with. I've expanded…

TCR C#

test && commit || revert With minmal looking, I haven't found a way to do it effectively for C#. So, I'm going to create my own. Kent Beck kicked off this idea. I'm not sure if it's this post [https://medium.com/…

Don't Start Micro

I really need to start a video series on writing some code as MicroObjects. The way I would when I don't have a good grasp of the domain. It's come up multiple times that someone likes the idea of where microobjects goes, but they really don&…

Sealed or Abstract

One of the personal practices I have when writing C# code is that my classes are either sealed or abstract. This really started with MicroObjects, but I've had the notion of it before. Sealed classes were hard to test... so I stopped, before. Why I've changed…