Tugduoff / RType

RTypeeeeeeeuh
3 stars 0 forks source link

Create a zipper class for better readiblity in systems run function #46

Closed Tugduoff closed 1 month ago

Tugduoff commented 1 month ago

This zipper function will help making for loops better looking.

It takes in its ctor the args (arrays) we want to iterate over and returns iterators of each args.

Similarily as in the bootstrap 4.+ steps, this can help us to significantly reduce the lines needed in each system plugin run function