Closed smaeda-ks closed 5 years ago
Introducing a new decorator FlattenParams that takes method arguments which then flatten arguments (e.g., convert list to string, convert boolean to string) to reduce duplicate codes and simplify the logic.
FlattenParams
This is awesome! I love the stead stream of improvements to usability!
Introducing a new decorator
FlattenParams
that takes method arguments which then flatten arguments (e.g., convert list to string, convert boolean to string) to reduce duplicate codes and simplify the logic.