Hacker News new | ask | show | jobs
by chetanahuja 4531 days ago
"quality of their code is very outdated" ??

What does that mean exactly? "Outdated" is not an adjective usually applied to "quality".

1 comments

Quality techniques evolved over time. So, outdated might mean untestable code with lots of static globals, #define's, no IOC, written in a way that makes unit tests impossible to write, circular dependencies, etc. These were once considered normal characteristics of code.