cpp_box icon indicating copy to clipboard operation
cpp_box copied to clipboard

Utilize better type safety for function parameters

Open lefticus opened this issue 6 years ago • 0 comments

Currently there are some functions that take a list of strings or paths and it's possible to swap up the order of parameters. Look for these cases and better utilize strongly typed wrappers to make mixing up params impossible.

lefticus avatar Oct 20 '18 21:10 lefticus