What's yagni? Is this list of questions an example?



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

Post New Answer

More Embedded Systems AllOther Interview Questions

What is loop unrolling?

1 Answers  


What is the difference between asynchrony and concurrency?

1 Answers  


How does the addition of service orientation change systems? When is it appropriate to use?

1 Answers  


Explain whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?

1 Answers  


What do you do to stay abreast of the latest technologies and tools?

1 Answers  


Explain what is size of character, integer, integer pointer, character pointer?

1 Answers  


Can we put breakpoint inside isr?

1 Answers  


Explain the difference between mutexes vs semaphores?

1 Answers  


Please explain can structures be passed to the functions by value?

1 Answers  


Explain what is the difference between mutexes and semaphores?

1 Answers  


Explain what is embedded system in a computer system?

1 Answers  


Tell us what is the need for an infinite loop in embedded systems?

1 Answers  


Categories