HackerTrans
トップ新着トレンドコメント過去質問紹介求人

perkovsky

no profile record

投稿

Show HN: NGB, an open-source .NET platform for document-driven business apps

github.com
2 ポイント·投稿者 perkovsky·26 日前·0 コメント

コメント

perkovsky
·26 日前·議論
[dead]
perkovsky
·2 か月前·議論
[dead]
perkovsky
·2 か月前·議論
I like the “claim-driven” framing.

For stateful systems, tests named after setup details often get weakened over time. Tests named after the claim they are trying to falsify are harder to water down.

The part I’d be most interested in is how well this works for business invariants like idempotent posting, no lost acknowledgements and recovery after partial failure.
perkovsky
·2 か月前·議論
Agree. Postinstall scripts should be explicit opt-in, not ambient capability.

Most packages should not need arbitrary code execution during install. And when they do, that should be obvious during review.

The default should probably be: install files, don’t run code.
perkovsky
·2 か月前·議論
[dead]
perkovsky
·2 か月前·議論
I agree with this. Moving the git repo is easy, moving the whole project surface is the hard part.

Issues, releases, CI, docs, security advisories, search and discoverability all tend to get coupled to GitHub over time.

For open-source projects, I like the idea of self-hosted as the source of truth, but still keeping a read-only GitHub mirror so people can actually find it.
perkovsky
·2 か月前·議論
Yes. I’d add: design the module boundaries before splitting deployment.

A modular monolith still forces you to name ownership, data boundaries and invariants, but without making every mistake a networking/ops problem.
perkovsky
·2 か月前·議論
[flagged]