datawire / quark

Quark is a specialized language for defining and implementing communication protocols in multiple languages.
http://datawire.github.io/quark/
Apache License 2.0
98 stars 24 forks source link

get_url should be getUrl #77

Open janicedatawire opened 8 years ago

janicedatawire commented 8 years ago

We use camelCase naming for our standalone functions. get_url should be getUrl.

ark3 commented 8 years ago

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.