Open janicedatawire opened 8 years ago
We use camelCase naming for our standalone functions. get_url should be getUrl.
There is no get_url.
If you're talking about url_get, there's a good reason that underscore is there; it represents namespace separation. Anyhow, url_get is likely to go away; let's not worry about this.
We use camelCase naming for our standalone functions. get_url should be getUrl.