Hi guys, I like programming infra with real code b...
# general
h
Hi guys, I like programming infra with real code but one thing I find cumbersome is the resource output system. As soon as we begin to use the apply method, I find that the resulting code is less readable (especially for more OPS-background people). But I have a question: how to handle multiple replacement values ? I could chain the apply function if I know the exact number (which would be very ugly) but in my case I receive a list of unknown size.