What's yagni? Is this list of questions an example?
Answer / Mayank Agarwal
YAGNI stands for 'You Aren't Gonna Need It'. It is a design principle that encourages developers to not add functionality until it is absolutely needed, as over-engineering can lead to bloated and difficult-to-maintain code. This list of questions is an example of YAGNI, as they are more than what is necessary for the given context.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is loop unrolling?
What is the difference between asynchrony and concurrency?
How does the addition of service orientation change systems? When is it appropriate to use?
Explain whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
What do you do to stay abreast of the latest technologies and tools?
Explain what is size of character, integer, integer pointer, character pointer?
Can we put breakpoint inside isr?
Explain the difference between mutexes vs semaphores?
Please explain can structures be passed to the functions by value?
Explain what is the difference between mutexes and semaphores?
Explain what is embedded system in a computer system?
Tell us what is the need for an infinite loop in embedded systems?