#valueobject search results

#valueobject or #entity ? It depends on your context. #DDDEU

sepnamdar's tweet image. #valueobject or #entity ? It depends on your context. #DDDEU

Second day of our workshop at #DDDEU, we talk about tactical patterns #aggregate #valueobject #entity

sepnamdar's tweet image. Second day of our workshop at #DDDEU, we talk about tactical patterns #aggregate #valueobject #entity
sepnamdar's tweet image. Second day of our workshop at #DDDEU, we talk about tactical patterns #aggregate #valueobject #entity

Managing addresses as #ValueObject in an Account context with #EventDriven state transition #EventSourcing #DDDesign #dotnet

AntonioFalcaoJr's tweet image. Managing addresses as #ValueObject in an Account context with #EventDriven state transition

#EventSourcing #DDDesign #dotnet
AntonioFalcaoJr's tweet image. Managing addresses as #ValueObject in an Account context with #EventDriven state transition

#EventSourcing #DDDesign #dotnet
AntonioFalcaoJr's tweet image. Managing addresses as #ValueObject in an Account context with #EventDriven state transition

#EventSourcing #DDDesign #dotnet
AntonioFalcaoJr's tweet image. Managing addresses as #ValueObject in an Account context with #EventDriven state transition

#EventSourcing #DDDesign #dotnet

Creating new objects Here is a ``bmbm` benchmark result #Ruby #Benchmark #ValueObject

lucianghinda's tweet image. Creating new objects

Here is a ``bmbm`  benchmark result

#Ruby #Benchmark #ValueObject

Obiecany cykl mini-odcinków Better Software Design rozpoczyna ten o Value Objectach. 15 minut w sam raz do popołudniowej kawki… bettersoftwaredesign.pl/episodes/14 #DDDesign #Programming #ValueObject

mariuszgil's tweet image. Obiecany cykl mini-odcinków Better Software Design rozpoczyna ten o Value Objectach. 15 minut w sam raz do popołudniowej kawki… 

bettersoftwaredesign.pl/episodes/14

#DDDesign #Programming #ValueObject

Sorry for the late response. Attached is one code example I found for a CardName #valueobject. Private constructor and property - looks immutable to me. Or is there any #TypeScript related detail missing that could still call mutability? /cc @Gabriel_Pin_7

webdevilopers's tweet image. Sorry for the late response. Attached is one code example I found for a CardName #valueobject. Private constructor and property - looks immutable to me. Or is there any #TypeScript related detail missing that could still call mutability? /cc @Gabriel_Pin_7

Value Objects, on the other hand, represent a descriptive aspect of the domain with no conceptual identity. They're immutable and defined by their attributes, like a money amount or an address. #ValueObject #Immutability


Getting value objects in a constructor in #PHP Suppose we have a #ValueObject for URL that validates itself on creation. Also, we have a model Feed containing the URL as a property. There are two options on how to design the model's constructor: See thread 🧵1/7

DmytroRocks's tweet image. Getting value objects in a constructor in #PHP

Suppose we have a #ValueObject for URL that validates itself on creation. Also, we have a model Feed containing the URL as a property. There are two options on how to design the model's constructor: 

See thread 🧵1/7

Why applying the Value Object approach to our code can be really beneficial by @mchmielu buff.ly/2xVr2jk #java #valueobject #programming

softwaremill's tweet image. Why applying the Value Object approach to our code can be really beneficial by @mchmielu 
buff.ly/2xVr2jk
#java #valueobject #programming

Kotlin and Domain-Driven Design—Value Objects buff.ly/39rwqvO #kotlin #ddd #valueobject

valpellegr's tweet image. Kotlin and Domain-Driven Design—Value Objects
buff.ly/39rwqvO
#kotlin #ddd #valueobject

Let’s make a glimpse of why applying the #ValueObject approach to our code can be really beneficial - insights from @mchmielu 👉 buff.ly/2xVr2jk #SoftwareCraftmenship #Java #SoftwareDevelopment

softwaremill's tweet image. Let’s make a glimpse of why applying the #ValueObject approach to our code can be really beneficial - insights from @mchmielu 
👉 buff.ly/2xVr2jk
#SoftwareCraftmenship #Java #SoftwareDevelopment

Discover how the underutilized Value Object pattern can transform your codebase💡 Simplified, cleaner code 🧹 Easier, more focused testing 🎯 Hassle–free feature additions 🪄 🔗 Learn more: blog.arkency.com/the-most-under… #Ruby #ValueObject #CleanCode

blog.arkency.com

The most underused pattern in Ruby

The most underused pattern in Ruby


Working on a #ValueObject idea... [ValueObject(typeof(Guid))] public partial record struct OrderId(); [ValueObject(typeof(string), Options = ValueObjectOptions.ImplicitAs | ValueObjectOptions.ExplicitFrom)] public partial record struct EmailBody();


Ruby Data class, an Introduction if you are not aware of it. hsps.in/post/intro-to-… #ruby #valueobject #pattern


Some great implementation insights for Value Objects from Vladimir Khorikov #ValueObject #softwarearchitecture #softwaredesign #objects lnkd.in/gdx-DsM


Une lecture super intéressante sur la différence entre une #Entity et un #ValueObject ! enterprisecraftsmanship.com/posts/entity-v…


#ValueObject の考え方に習って、GUIコントロールのクラスを1機能毎にクラス化してから配置しているのだけれど、コレ良いな! 特に「入力前の値を保存しておいて不正な入力値だったら入力前の値に戻す」なんて処理を作る時に”beforeHoge”みたいなプライベートフィールドを増やさなくて済む #csharp


Working on a #ValueObject idea... [ValueObject(typeof(Guid))] public partial record struct OrderId(); [ValueObject(typeof(string), Options = ValueObjectOptions.ImplicitAs | ValueObjectOptions.ExplicitFrom)] public partial record struct EmailBody();


Ruby Data class, an Introduction if you are not aware of it. hsps.in/post/intro-to-… #ruby #valueobject #pattern


Value Objects, on the other hand, represent a descriptive aspect of the domain with no conceptual identity. They're immutable and defined by their attributes, like a money amount or an address. #ValueObject #Immutability


Accessing attributes This time `Data.define` is maybe the fastest one but there is not a signifiant difference to `Struct`. On the other side `OpenStruct` is almost twice as slow. #Ruby #Benchmark #ValueObject


Creating new objects Here is a ``bmbm` benchmark result #Ruby #Benchmark #ValueObject

lucianghinda's tweet image. Creating new objects

Here is a ``bmbm`  benchmark result

#Ruby #Benchmark #ValueObject

Discover how the underutilized Value Object pattern can transform your codebase💡 Simplified, cleaner code 🧹 Easier, more focused testing 🎯 Hassle–free feature additions 🪄 🔗 Learn more: blog.arkency.com/the-most-under… #Ruby #ValueObject #CleanCode

blog.arkency.com

The most underused pattern in Ruby

The most underused pattern in Ruby


Getting value objects in a constructor in #PHP Suppose we have a #ValueObject for URL that validates itself on creation. Also, we have a model Feed containing the URL as a property. There are two options on how to design the model's constructor: See thread 🧵1/7

DmytroRocks's tweet image. Getting value objects in a constructor in #PHP

Suppose we have a #ValueObject for URL that validates itself on creation. Also, we have a model Feed containing the URL as a property. There are two options on how to design the model's constructor: 

See thread 🧵1/7

The „UserCreated“ was created because domain validation e.g. via Username #valueobject was ensured which resulted in the event. No need if input $username equals $event->username()->toString().


My favorite approach is starting with moving small logic to a #valueobject and then move on. Even if they abuse a variable as sometimes string and integer or null I get some peace of mind using toString or toInt methods. 600 lines of code sound promising! 😳


#valueobject or #entity ? It depends on your context. #DDDEU

sepnamdar's tweet image. #valueobject or #entity ? It depends on your context. #DDDEU

Released #Groovy AST transforms, such as #ValueObject and NonNull, making constructing instances more bullet-proof. github.com/tvinke/bulletp…

tvinke's tweet image. Released #Groovy AST transforms, such as #ValueObject and NonNull, making constructing instances more bullet-proof. github.com/tvinke/bulletp…

Second day of our workshop at #DDDEU, we talk about tactical patterns #aggregate #valueobject #entity

sepnamdar's tweet image. Second day of our workshop at #DDDEU, we talk about tactical patterns #aggregate #valueobject #entity
sepnamdar's tweet image. Second day of our workshop at #DDDEU, we talk about tactical patterns #aggregate #valueobject #entity

Creating new objects Here is a ``bmbm` benchmark result #Ruby #Benchmark #ValueObject

lucianghinda's tweet image. Creating new objects

Here is a ``bmbm`  benchmark result

#Ruby #Benchmark #ValueObject

Spring-like @value annotations in your PHP classes? No problem in @nettefw. #php #value #valueobject #nettefw #contriutte

xf3l1x's tweet image. Spring-like @value annotations in your PHP classes? No problem in @nettefw. #php #value #valueobject #nettefw #contriutte

#php testers: How do you test a #valueobject that holds a calculation like this? All properties are private. Only `total` has an accessor. Only test `total` then or use some kind of reflection? And additionally outsource sub-calculations to private methods? #unittests

webdevilopers's tweet image. #php testers: How do you test a #valueobject that holds a calculation like this? All properties are private. Only `total` has an accessor. Only test `total` then or use some kind of reflection? And additionally outsource sub-calculations to private methods? #unittests

Managing addresses as #ValueObject in an Account context with #EventDriven state transition #EventSourcing #DDDesign #dotnet

AntonioFalcaoJr's tweet image. Managing addresses as #ValueObject in an Account context with #EventDriven state transition

#EventSourcing #DDDesign #dotnet
AntonioFalcaoJr's tweet image. Managing addresses as #ValueObject in an Account context with #EventDriven state transition

#EventSourcing #DDDesign #dotnet
AntonioFalcaoJr's tweet image. Managing addresses as #ValueObject in an Account context with #EventDriven state transition

#EventSourcing #DDDesign #dotnet
AntonioFalcaoJr's tweet image. Managing addresses as #ValueObject in an Account context with #EventDriven state transition

#EventSourcing #DDDesign #dotnet

Obiecany cykl mini-odcinków Better Software Design rozpoczyna ten o Value Objectach. 15 minut w sam raz do popołudniowej kawki… bettersoftwaredesign.pl/episodes/14 #DDDesign #Programming #ValueObject

mariuszgil's tweet image. Obiecany cykl mini-odcinków Better Software Design rozpoczyna ten o Value Objectach. 15 minut w sam raz do popołudniowej kawki… 

bettersoftwaredesign.pl/episodes/14

#DDDesign #Programming #ValueObject

Sorry for the late response. Attached is one code example I found for a CardName #valueobject. Private constructor and property - looks immutable to me. Or is there any #TypeScript related detail missing that could still call mutability? /cc @Gabriel_Pin_7

webdevilopers's tweet image. Sorry for the late response. Attached is one code example I found for a CardName #valueobject. Private constructor and property - looks immutable to me. Or is there any #TypeScript related detail missing that could still call mutability? /cc @Gabriel_Pin_7

Just released new version of temperature #ValueObject for #php, with handy and short gt, lt, lte, gt, gte methods to ease the usage. github.com/PHPValueObject…

m_hlavac's tweet image. Just released new version of temperature #ValueObject for #php, with handy and short gt, lt, lte, gt, gte methods to ease the usage.

github.com/PHPValueObject…

Why applying the Value Object approach to our code can be really beneficial by @mchmielu buff.ly/2xVr2jk #java #valueobject #programming

softwaremill's tweet image. Why applying the Value Object approach to our code can be really beneficial by @mchmielu 
buff.ly/2xVr2jk
#java #valueobject #programming

Kotlin and Domain-Driven Design—Value Objects buff.ly/39rwqvO #kotlin #ddd #valueobject

valpellegr's tweet image. Kotlin and Domain-Driven Design—Value Objects
buff.ly/39rwqvO
#kotlin #ddd #valueobject

Let’s make a glimpse of why applying the #ValueObject approach to our code can be really beneficial - insights from @mchmielu 👉 buff.ly/2xVr2jk #SoftwareCraftmenship #Java #SoftwareDevelopment

softwaremill's tweet image. Let’s make a glimpse of why applying the #ValueObject approach to our code can be really beneficial - insights from @mchmielu 
👉 buff.ly/2xVr2jk
#SoftwareCraftmenship #Java #SoftwareDevelopment

Getting value objects in a constructor in #PHP Suppose we have a #ValueObject for URL that validates itself on creation. Also, we have a model Feed containing the URL as a property. There are two options on how to design the model's constructor: See thread 🧵1/7

DmytroRocks's tweet image. Getting value objects in a constructor in #PHP

Suppose we have a #ValueObject for URL that validates itself on creation. Also, we have a model Feed containing the URL as a property. There are two options on how to design the model's constructor: 

See thread 🧵1/7

Loading...

Something went wrong.


Something went wrong.


United States Trends