Avatar
まあ他にもいろいろ書かれてるんだけど英語なのもあってよくわからない点もあった。
4:30 AM
1. The manifest defines 2 publicly available build artifacts, an executable named MyExecutable and a library named MyLibrary. To define these artifacts, the manifest requires definition of two abstractions: a Target and a Product, having the Target representing a source module and the Product representing a public build artifact. Worth noting that in many cases, each Product points to exactly one Target.
4:30 AM
これとかは、現状の面倒な点ではあるけど、ResultBuilderにすべき理由にはなってないように思う。