6
b2plane
192d

Lost hours because of a typo

Comments
  • 3
    I don't see it either
  • 12
    Status last name?
  • 1
    the space between @data and @builder caused some issue ? and why is status a part of model? is it serielizable+expected?
  • 7
    Lastname/Surnames do represent status in certain areas
  • 2
    @cafecortado @retoor @dotenvironment @asgs Status is an enum. Im expecting a string
  • 1
    Didn't shit light up in red wherever you're using that class? It would be at least a bit suspicious if lastName shows an error and firstName is fine.
  • 1
    BTW from time to time, even for no particular reason, I like to go through code word by word - and for every word I'd see occurrences of it highlighted, which is one of the ways I'd spot a bug like this here.
  • 1
    @kamen everything works much more complicated when it comes to microservice architecture
  • 0
    Ooh a dto nice
  • 0
    TDD would have caught that ages ago
  • 1
    Well, that is what we have testing for.

    I urge you to make this journey and you will emerge as a whole new person. You will have learned stuff which will save you hours and hours of time. Time you don’t have…because you are going to die soon. The same holds for everyone in the project.

    Learn this

    ”I am a developer, I strive to make available a system where I detect errors as early as possible at all project phases”

    When you have aquired this ability, go preach it.
  • 1
    @b2plane I found the issue in a minute. I want a prize
  • 0
    @retoor u always associate me to sex retoor and only u specifically
  • 0
    @b2plane I did never
Add Comment