(no title)
csjh | 8 months ago
Is this line really true? I feel like expressing intent isn't really a factor in the high level / low level spectrum. If anything, more ways of expressing intent in more detail should contribute towards them being higher level.
wk_end|8 months ago
jeroenhd|8 months ago
Something like purchase.calculate_tax().await.map_err(|e| TaxCalculationError { source: e })?; is full of intent, but you have no idea what kind of machine code you're going to end up with.
raincole|8 months ago
In yet other words, tautology.
csjh|8 months ago