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.

How Modern Treasury Invented Event Locking

2 pointsby ohduran6 months ago

1 comment

Terr_6 months ago
&gt; And if you add a new item in the enum set, how can you be so sure that every function that validates that attribute are refactored appropriately? You test, of course.<p>Or you use a language that has strong static types, so that you can find everywhere it&#x27;s being used, get compile errors if switch statements are not exhaustive, etc.