Frédéric Maquin
Frédéric Maquin
> Confusing for whom ? People reading the raw bytecode ? That'd be just me 🤣 Haha, yeah, that wouldn't change anything for the end-user for sure! I'm only bringing...
> Shouldn't we promote this discussion in the inkjs channel of inkle's Discord ? Eventually, yeah, that's a good idea! I want to create the last issue (about floats) before...
> (i'm also not entirely sure that the lsp should be built into the CLI compiling tool, to me they feel like quite different use cases, but I don't feel...
Lots of good arguments in this thread! @y-lohse seeing comments in a codebase triggers happiness in my primitive brain, so I'm totally in favour of having code documentation in inkjs....
Related to #31. @y-lohse I confirm there's a severe bias in the PRNG. I checked with 200 throws across a hundred reseeds and the bias is very stable. The PRNG...
By the way, do you use any specific style guide? Let's take advantage of this issue to lay out all the rules that you'd like us to follow and ideally,...
> But while I hear your argument on the C# structure, I tend to disagree. Line numbers aren't too important, but I've found that keeping the same order and structure...
Prettier does support TypeScript, yes!
We should probably look into [User-defined Type Guard](https://www.typescriptlang.org/docs/handbook/advanced-types.html#type-guards-and-differentiating-types).
I think you're right @joethephish, `as` only makes a simple static type assertion which neither cast nor guarantee the type at runtime. (The angle brackets have been changed in favor...