Hacker News new | ask | show | jobs
by skybrian 4307 days ago
It seems odd that he says Conrod has draw signatures that are "concise" and gives an example with 11 arguments. Perhaps some of these parameters should be wrapped in a struct?
2 comments

Yeah you're right, I was lining myself up for this one :-) There are plans to merge the first three args, merge the dimension args into a Shape enum and more. Still early days with lots of refining to do!
This is also where passing arguments by name would come in handy.