Michel Hermier

Results 441 comments of Michel Hermier

While I agree using enum is a valid solution, it loose a little bit of information as a type Char. Personally I prefer to have it wrapped in a Char...

As this and even the corrected one, I would say this is a no. It would only add more confusion about truthy/falsy values.

I toyed a little with the idea of fixing 0 to be falsy. And in practice it only almost only breaks loops in the tests (or the test checking the...

@Orcolom this is math stuff related to the definition of algebra as a mathematical object. Boolean algebra and (real/imaginary) number algebra are tight coupled (and I'm not exactly sure, but...

It is, in particular with generic programming if you expect `Num` and other `Object` and want to restore the usual behavior. Else you end up with something like `if (a...

I finished the patch for this, it is only 3 lines of C,

A check for length is probably missing somewhere...

Idea is correct, and should probably be extended to not rely on system randomness. Implementation should be checked for improvement since algorithm is narrowed to `uint15`. And it could also...