Nah, ubiquitous session re-use, bad APIs, arbitrary data structures (e.g everything in complex sets of nested arrays), hardening of code against static analysis (e.g. database lookups to instantiate classes at runtime) rate way higher on my scale.
Local use of magic numbers (across 1 file) don't bother me any more, although I will recommend fixing them when I find them.
Local use of magic numbers (across 1 file) don't bother me any more, although I will recommend fixing them when I find them.