5 Replies
That seems like a perfect use of it to me
I would potentially even throw an exception if the image wasn't valid
I just wondered if there was any alternative/shorter syntax for the second method
rather than list out the same last 3 parameters in full
but guess the full range of parameters may be needed by the interpreter
I guess you could wrap the parameters in a simple class or record so you only have to pass forward a single parameter, just in case the amount of parameter is annoying
yeah - not possible in this use case, but see the reasoning
Thanks both
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.