What is the best practice, point of view of well experienced developers [closed]
never extends classes, use composition and interface instead because extending classes are unmaintainable and difficult to debug.
As a software architect, am I supposed to focus that much on analysing the logs and fixing other’s bugs?
Since my graduation (late 2005) I was working for the same company as a c++ software engineer. A year ago I was promoted as a software architect but I have found myself involved more and more in qualification and fixing bugs, level 2 support.
what is the best way to ensure accountability in code checkins?
Note: after writing this I realize that this question is perhaps philosophical, but I’m interested in how the industry handles this scenario regardless.
should you always enter a bug in a bug tracking system [duplicate]
Possible Duplicate:
Should developers enter bugs into the bug tracking system?
Should I log trivial fixes?
Dilemma of QA vs. iterations
In my company, we successfully working with agile practices – but without using iterations. The main reason is that we can’t find a clean way to fit in QA in an iteration cycle.
I hate one of our coding standards and it drives me insane, how to process it? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
How can I deal with a team member who dislikes making comments in code?
One of my team members consistently avoids making comments in his code.
How do you deal with discovering bad and false code in your team? [duplicate]
This question already has answers here: How can I tactfully suggest improvements to others’ badly designed code during review? (16 answers) Fixing a bug while working on a different part of the code base (11 answers) Closed 11 years ago. Every year in january we process a big task with our system. While the performance […]
What should junior developer expect from their senior team lead [closed]
Closed 9 years ago.
Should Junior Programmers be involved as code reviewers in the projects of Senior Programmers?
One of my team members, a junior programmer, has impressive programming skills for his level of experience.