lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
944 stars 385 forks source link

Attempt to improve names in C code #480

Closed judfs closed 7 months ago

judfs commented 7 months ago

The c code uses terse 2 letter names all the time. Makes reading it cumbersome. Should be worth doing a refactor pass.

Thoughts?

(Not talking about renaming any external symbol names. Just locals)

nosracd commented 7 months ago

I like it; I think these kinds of changes make it much more readable

judfs commented 7 months ago

I made the same kind of changes I did to emit_python to emit_c.

I do not plan to change any other files for now.