-3
votes
0answers
85 views

New Devs, How do you feel when? [closed]

When you see legacy code that does this (pseudocode) just to INSERT a row into the database: Result res = db.query("Select * from hundredColumn_OneMillionRow_Table") res.open() Row r = ...
14
votes
9answers
1k views

What to do if a team member delivers bad quality code? [duplicate]

I work as a kind of mixture of a Scrum Master and a team lead. In my team I have the problem that one of the members delivers bad quality. The code he produces is difficult to understand, difficult to ...
33
votes
3answers
948 views

Blaming the ills of today on the technical debt of yesterday

A surprising number of quality, scalability, and load problems have been occurring on an application I currently support that I did not originally write. Thankfully I have new projects that I have ...