Is there any advantage of declaring magic numbers ...
# compose
m
Is there any advantage of declaring magic numbers as constant variables outside composable functions?
🤔 1
g
isn’t constants are inlined on compile time, so there is no difference hardcode number or use constant