Separating Sheep and Goats
Matthew 25:32-33
All the nations will be gathered before him and he will sort them like a shepherd.
class Shepherd {
Direction Sort(Animal animal)
{
if (animal is Sheep) {
Return Direction.Right;
}
else if (animal is Goat) {
Return Direction.Left;
}
}
}
Just like the Bible, this wasn't written to be kept to yourself.
Please consider sharing this with anyone you think would appreciate or benefit from it. twitter | facebook | LinkedIn | WhatsApp | reddit | email