Is Maybe an Option? How to Model Nothing - Marco Heimeshoff - DDD Europe 2022

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 6

  • @slipperydippery
    @slipperydippery Рік тому

    One of the best talks during the foundations session. Glad to be able to watch it again!

  • @petropzqi
    @petropzqi Рік тому +1

    Not sure I follow, all value types in C# has a default value. I suggest to use the default value for value types and null for reference types.
    We used an optinal implementation for our PUT routes and this has open a huge can of worms, such as silent errors when wrong datatype are passed in. Note that we used optional and not option type not sure if there is a difference

  • @jacquesdemolay2699
    @jacquesdemolay2699 Рік тому

    in the future decades some people connecting to that video will think: "co-vead ? what the heck is he talking about?"

  • @arrangemonk
    @arrangemonk Рік тому +1

    whenever i make enums i always add invalid as default value

  • @arti1115
    @arti1115 Рік тому

    A very good talk, thank you.

  • @obinnaokafor6252
    @obinnaokafor6252 Рік тому

    Knowing how to write clean and modern C# is a requirement before making comparison. Lol