randrew / layout

Single-file library for calculating 2D UI layouts using stacking boxes. Compiles as C99 or C++.
Other
892 stars 69 forks source link

Naming is dumb #2

Closed randrew closed 8 years ago

randrew commented 8 years ago

Using names like lay_context_reset instead of lay_reset_context made sense when matching the style of the original project I wrote this for, but in hindsight it's pretty annoying. The functions will be renamed to lay_verb_noun where appropriate in an upcoming commit, and a regex to update existing code will be supplied.