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

gmdrd

no profile record

投稿

Master Hexagonal Architecture in Rust

howtocodeit.com
2 ポイント·投稿者 gmdrd·2 年前·0 コメント

コメント

gmdrd
·2 年前·議論
> Or you protect your citizens as best as possible by entering the game.

It doesn't seem reasonable to me to assume that the main objective of any government is to protect its citizens.
gmdrd
·2 年前·議論
There is a typo in the docs:

    Notice that when executing a single expression, Amber automatically includes it's standard library for you.
gmdrd
·2 年前·議論
I'm taking one of the tests and the feedback seems strange: although it appears I got it right, because the selected answer turns green, many of the other answers turn red (which usually indicates a failure) and other unselected answers also turn green. It's confusing.
gmdrd
·2 年前·議論
It seems there is a correlation between appearing at the beginning of the list of candidates to endorse and having a last name that starts with "A".
gmdrd
·2 年前·議論
Equivalent code in Python:

  from typing import NewType
gmdrd
·2 年前·議論
Is there something wrong with creating opaque types using this method?

  type ObjectId = string & { 
  readonly __tag: unique 
  symbol }
This way, we don't need to use `never`, but we still prevent the creation of a structurally equivalent type by mistake.
gmdrd
·2 年前·議論
That paragraph outlines the findings of previous research, findings that this paper challenges.