in reply to Re: Legacy code question
in thread Legacy code question
While I agree philosophically with you and haukex, I have seen quite a fair bit of code in the wild “written” by users like bigup401. Code that never made sense, was written without use strict, often worked by side-effect or accident or only on a narrow subset of possible input, and is full of no-ops left-over from writing code by cut-and-paste testing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Legacy code question
by karlgoethebier (Abbot) on May 14, 2019 at 12:20 UTC | |
by Your Mother (Archbishop) on May 14, 2019 at 13:50 UTC |