TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Publish testable code not pseudo code

1 pointsby jayaprabhakarabout 1 year ago

1 comment

jayaprabhakarabout 1 year ago
When publishing algorithms for others&#x27; consumption either for a paper or blog, please post the source code.<p>This post is a follow up of <a href="https:&#x2F;&#x2F;ahelwer.ca&#x2F;post&#x2F;2023-03-30-pseudocode&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ahelwer.ca&#x2F;post&#x2F;2023-03-30-pseudocode&#x2F;</a><p>Where Andrew pointed compared executable Python code vs executable model checker PlusCal.<p>In this blog, I&#x27;m showing how to model check Python code with minor changes.<p>For the curious, model checking is the formal methods technique that explores every possible path to ensure the invariants are met in every case.