|
|
|
|
|
by cbzbc
679 days ago
|
|
It's fairly simple - and I don't know why no one has pointed this out already. If everyone starts to use the same magic numbers then they are no longer magic and you can end up with strange corner case bugs and holes where a magic number used in one context is mistaken for a magic number in another context. |
|