logoalt Hacker News

tonymettoday at 2:56 AM1 replyview on HN

AI is the reality that TDD never before had the opportunity to live up to


Replies

nextostoday at 3:58 AM

Not just TDD. Amazon, for instance, is heading towards something between TDD and lightweight formal methods.

They are embracing property-based specifications and testing à la Haskell's QuickCheck: https://kiro.dev

Then, already in formal methods territory, refinement types (e.g. Dafny, Liquid Haskell) are great and less complex than dependent types (e.g. Lean, Agda).

show 4 replies