Skip to content

Instantly share code, notes, and snippets.

View djcarter85's full-sized avatar

Dan Carter djcarter85

View GitHub Profile
@djcarter85
djcarter85 / StandingsCalculatorTests_1.cs
Last active February 11, 2020 13:02
Test readability example
namespace WorldCupPredictions.UnitTests.Core.Calculators
{
using System;
using System.Collections.Generic;
using System.Linq;
using NodaTime;
using NUnit.Framework;
using WorldCupPredictions.Core;
using WorldCupPredictions.Core.Calculators;
using WorldCupPredictions.Core.Domain;