Why Nostr? What is Njump?
2025-01-04 23:32:10
in reply to

Raptor85 :gamedev: on Nostr: nprofile1q…dj2mx nprofile1q…tnwmw nprofile1q…9kksy to give a simple example. ...

to give a simple example.

result = (c*(a*b));

but in a refactor (a*b) is split
a*=b;
result = a * c;

if these are all the same type, this works, but if a is a boolean, the first result is 1000, the second result is 5.

it's obvious in a simple example like this, but in a more complex program you can see where you can cause yourself grief by not being explicit.
Author Public Key
npub10fqdsdkvv9zcvvdnt8wcn2jsa85raanjhtpxs6nm73yzth4j000szp4pfz