|
|
|
|
|
by philbo
4928 days ago
|
|
This bit surprised me somewhat: 'Not only had we gotten very used to calling it that, the string “Alexander” was all over the code and buried in its resources. So the engineering team wasn’t just curious about the real name, they were worried about correctly and completely changing the placeholder name at the last minute.' Why would you litter a codebase with disparate string literals referring to a "placeholder name" rather than using a single resource file or a single #define? |
|