0
What are your qualities and flaws as a programmer?
Name at least three of each, considering all steps of program development. Can be in the way you code, handle people, pressure, etc.
2 Answers
0
\\good qualities array.
Qualities[] q =, new Qualities[3] {"wide range of supported languages",
"good commenting practise",
"methodical mind for bug fixing and detection"};
//flaws
Flaws[] f = new Flaws[3] {
"Professional experience", "certification", "no support for IOS"
};
0
\\good qualities array.
Qualities[] q =, new Qualities[3] {"wide range of supported languages",
"good commenting practise",
"methodical mind for bug fixing and detection"};
//flaws
Flaws[] f = new Flaws[3] {
"Professional experience", "certification", "no support for IOS"
};