Object Value Types in Go!? ~ Domain Driven Design

Опубликовано: 31 Октябрь 2024
на канале: samvcodes
1,558
57

NEW Discord Server:   / discord  
In this video, I discuss some use cases of a DDD pattern in Golang using object value types. I discuss the benefits of using custom types rather than primitives, which helps to defeat primitive obsession within your Golang services.

Object value types help move your application into a language that your system can understand better, and help to ensure you're building a robust system, which of course in return protects your system from bad data from users or attackers.

Twitter:   / samvcodes