tonyhffong / Lint.jl

A lint tool for Julia code
Other
169 stars 33 forks source link

Warn on large integer constants #271

Open PallHaraldsson opened 2 years ago

PallHaraldsson commented 2 years ago

I suggest a warning for (absolute value of) integer literals larger than:

julia> floor(Int, cbrt(typemax(Int)))
2097152

because of (and suggest to use floats): https://discourse.julialang.org/t/the-speed-of-light-is-an-integer-why-should-we-care/40108