For years people have been trying to use interrupts to try to fix flawed designs, with the expected (to people who know how to use interrupts) result of making things worse.
It seems to me that lately the new "magic bullet" is PWM. This could be because of the misleading name of analogWrite() for the interface. Yes it gives the illusion of analog control for LED dimming and speed control for some types of motors. However it does not output an analog voltage without heavy filtering and slow response. For fast analog output you need to use a real DAC.