Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAPI: Improve DX by adding more named arguments to Skia-bindings #873
Comments
|
Yes please! I'm working with the Skia/Canvas API right now, and needing to look up what the umpteen different |


Since we also expose the Skia-bindings for a Canvas-like API I think it might be a good idea to start refactoring the API to utilise more named arguments e.g.
~x=..., ~y=....What do you others think?