drawdb icon indicating copy to clipboard operation
drawdb copied to clipboard

Place optional parameters of functions at the end

Open l123wx opened this issue 1 year ago • 0 comments

I think we should place optional parameters of functions at the end, and when calling a function, if a parameter is passed with the same value as its default, it should be omitted.

image

image

I'm planning to submit a PR to refactor this part of the code. If you also agree with this approach, we can merge the PR : )

l123wx avatar May 14 '24 03:05 l123wx