Join Slack
Powered by
I do like some micro optimizations they are just f...
# suitescript
a
alien4u
12/18/2018, 8:25 PM
I do like some micro optimizations they are just fun sometimes... For example allow 10% more I will do:
Quantity x 1.10
instead of:
(Quantity / 100) x Quantity
Nothing special is just fun to find more efficient ways...
Open in Slack
Previous
Next