Re: [DIFF] Function Separation

2022-09-15 Thread Theo Buehler
On Thu, Sep 15, 2022 at 09:06:39AM +, Klemens Nanni wrote: > On Thu, Sep 15, 2022 at 04:29:36AM -0400, Varik Valefor wrote: > > This change removes a fairly large routine from a large function and places > > the fairly large routine into a dedicated function.  The decreasing of the > > length o

Re: [DIFF] Function Separation

2022-09-15 Thread Klemens Nanni
On Thu, Sep 15, 2022 at 04:29:36AM -0400, Varik Valefor wrote: > This change removes a fairly large routine from a large function and places > the fairly large routine into a dedicated function.  The decreasing of the > length of the main function should increase the readability of the large > func