Programming Considered Harmful

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 7

  • @gregg4
    @gregg4 7 лет назад +3

    Who on earth would submit a patch with code that doesn't compile? That's careless at best! (35:36)

  • @gingdongfooee
    @gingdongfooee 9 лет назад +2

    We don't write / maintain code we understand, we at best write / maintain code we think we understand. Often bugs come and then we realize we did not understand what we or others wrote.
    While I agree that provable code is too hard, and that we should put effort in making code clear, and document intentions this is only a small part of writing reliable and safety critical code.
    What we need to look at is fault tolerance in our tooling, (eg erlang) and more effective testing (eg QuickCheck).

    • @matthewsackman
      @matthewsackman 9 лет назад +2

      +Owen Synge Maybe. For certain things (eg distributed systems) I increasingly think nothing meaningful can be created without proofs.

  • @pid8307
    @pid8307 7 лет назад +2

    40 minutes wasted. Thanks.

    • @SimGunther
      @SimGunther 4 года назад +1

      No one is capable of writing tools that will prove that their code works and is well engineered because no one knows how to write code that works and is will engineered simply because it's that difficult of a subject.
      Whoop-de-doo!