https://issues.dlang.org/show_bug.cgi?id=13489

Andrej Mitrovic <andrej.mitrov...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrov...@gmail.com

--- Comment #1 from Andrej Mitrovic <andrej.mitrov...@gmail.com> ---
Also important to note is how easy a refactoring could produce invalid code. If
you use integers in your code and if statements, and you decide to switch to
floating-point (say to represent a fraction of a second for a time variable)
you can easily end up with faulty code like that.

--

Reply via email to