| ▲ | jstimpfle 7 hours ago | |
> There’s nothing wrong with having non-normalized representations There is a lot wrong with that: complexity, bloat, and slowness. > But now client code can distinguish 2/3 from 4/6 using == That's a great way to obfuscate code. Not a good idea. The right way to do the comparison is, just make a function called CompareRational(). | ||