|
|
|
|
|
by casual_slacker
4742 days ago
|
|
"Bad code" is something that a lot of people worry about. Honestly though, it's all made up and it doesn't matter. The vast majority of "bad code" that I've worked with was written by good programmers, but the requirements changed so much over time that the core models no longer represent the domain. Even bad code written by interns is usually just in need of a bit of refactoring before it becomes good code. Just wanted to throw that out there. At the end of the day, "good" or "bad" is less relevant than whether it passes QA, and how maintainable something is depends on what "maintenance" means to your project. |
|