11 ms·
It can be good if done well. The goal is not abstraction but understandability. Any function call is abstraction after all. Unabstracted you would just inline
by lizzas 2y ago
It can be good if done well. The goal is not abstraction but understandability.
Any function call is abstraction after all. Unabstracted you would just inline that code or use goto.