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 upcentralize getQuote strsplit processing #284
Comments
|
This is a great idea! We shouldn't repeat the same code when we can move it to the main function. |
Description
getQuoteandgetSymbolsaccept ";" delimited symbols as input. Not all dispatched getQuote implementations handle this. better to consolidate this into the mastergetQuotefunction before dispatching to to the sources.Minimal, reproducible example