diff options
author | Camil Staps | 2021-08-21 17:04:29 +0200 |
---|---|---|
committer | Camil Staps | 2021-08-21 17:04:29 +0200 |
commit | 3f7507cfaa516a17f566947f49ac6c0649a9b7dc (patch) | |
tree | d515d892295c23175f0a4a9c059d73de99b28267 /resources/pug/finals/articles/index.pug | |
parent | Fix menu item for article about Cloogle (diff) |
Add article about Arduino and QuickCheck
Diffstat (limited to 'resources/pug/finals/articles/index.pug')
-rw-r--r-- | resources/pug/finals/articles/index.pug | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/pug/finals/articles/index.pug b/resources/pug/finals/articles/index.pug index b9fcfff..9edea4e 100644 --- a/resources/pug/finals/articles/index.pug +++ b/resources/pug/finals/articles/index.pug @@ -15,6 +15,14 @@ block page | You can also go back to my #[a(href='/') home page]. h1 + a(href='2021-09-07-testing-arduino-code-with-haskell-quickcheck.html'). + 7 September 2021: Testing Arduino code with Haskell QuickCheck + blockquote. + An Arduino program of mine showed a weird bug, but I couldn't reliably reproduce it. + I isolated the relevant C code so that I could run it on a computer, and used Haskell QuickCheck to run automated property tests against it. + With that set up, fixing the bug was a matter of minutes. + + h1 a(href='2021-08-02-cloogle-search-overview.html'). 2 August 2021: Cloogle search overview blockquote. |