Code Red: The Business Impact of Code Quality • Adam Tornhill • YOW! 2022

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

КОМЕНТАРІ • 6

  • @andrejyevtukhov2830
    @andrejyevtukhov2830 Рік тому +4

    Incredible work, thank you very much for sharing! I’m a QA Engineer and all the data you’ve shown is very valuable and relevant to my work) Usually it is so hard to explain to the managers all these things regarding code quality / refactoring and rush without numbers. But now we have those + very cool visualizations - so thanks again!

  • @clparenb
    @clparenb Рік тому +3

    Very nice talk! It is very useful to have a reference for good research with exact numbers that can help to argue with business people.

  • @asdqwe4427
    @asdqwe4427 Рік тому +4

    This is incredibly cool

  • @pohjoisenvanhus
    @pohjoisenvanhus Рік тому +3

    Is a DRY violation always a bad thing? Some folk sometimes duplicate code on purpose in order to make sure that changes in one place are way less likely to break something else. I heard this for example earlier today in an interview by Kevlin Henney posted on this same channel.

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

      No it’s not always a bad thing. As a counterpoint you can use en.wikipedia.org/wiki/Rule_of_three_(computer_programming)

    • @petropzqi
      @petropzqi 2 місяці тому

      Have a look at vertical slice architecture