What's the "software peter principle”?
Answer / Saurabh Gupta
The Software Peter Principle is a satirical concept that states, in software development projects, employees tend to be promoted to their level of incompetence. It is similar to the Management Peter Principle, which applies to management roles.
| Is This Answer Correct ? | 0 Yes | 0 No |
What will the line of code below print out and why?
What are default parameters? How are they evaluated in c++ function?
Is c++ a pure oop language?
How to stop conversions among objects?
Difference between delete and delete[]?
5 Answers Infosys, TCS, Virtusa,
What is the basic structure of c++ program?
What is a .h file c++?
Can we change the basic meaning of an operator in c++?
What is lvalue?
Is swift faster than c++?
Name the operators that cannot be overloaded in C++?
What is slicing?