Anonymous
8/20/2025, 3:14:30 PM
No.106323761
>>106316423
>object oriented which is a necessity in fast iteration
fast iteration is possible when the code is well factored (i.e. you don't have to consider the whole program every time you make a change). this is independent of the paradigm, the linux kernel is massive, not object oriented and moves fast
>object oriented which is a necessity in fast iteration
fast iteration is possible when the code is well factored (i.e. you don't have to consider the whole program every time you make a change). this is independent of the paradigm, the linux kernel is massive, not object oriented and moves fast