I've got this codebase that's so old it's basically antithetical to everything I believe in as a developer these days. And I'm slowly modernizing it.
Posted by
Beryllium (aka grayman)
Aug 15 '14, 13:55
|
The codebase currently uses 3 different types of connection to the same database. It uses 2 different methods of templating. It uses 3 ways of organizing code. And it still relies on individual PHP scripts for certain pages.
I need to reel it in, but I don't have much time or motivation to do it, and that makes it a whole lot harder to add features than it could be if everything was modern.
|