Is there benefit to maintain a large project with bad code?
- by upton
I'm currently maintain a large project with more than 100000 LOC. The code use the MFC as its
framework, in genral, it only has interface part which heavily use the mfc api and a business logic part which full of bad code, confusing logic. The company has some small features delivered to the customer each year(most features are adding code to…