Skip to content

Instantly share code, notes, and snippets.

@amantinband
amantinband / Aggregates.Bill.md
Last active April 16, 2024 15:13
Buber Dinner Domain Aggregates

Domain Aggregates

Bill

class Bill
{
    // TODO: Add methods
}
@amantinband
amantinband / ExceptionCustomizations.cs
Created March 24, 2022 10:48
Struct vs class validatable
using OneOf;
namespace Throw;
/// <summary>
/// The exception customizations.
/// Contains a discriminated union of all possible exception customization options.
/// </summary>
public struct ExceptionCustomizations
{