Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to improve names in C code #480

Merged
merged 2 commits into from
Dec 4, 2023
Merged

Conversation

judfs
Copy link
Contributor

@judfs judfs commented Nov 22, 2023

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 nosracd self-requested a review November 27, 2023 14:54
@nosracd
Copy link
Contributor

nosracd commented Nov 27, 2023

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

@judfs
Copy link
Contributor Author

judfs commented Nov 28, 2023

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.

@judfs judfs marked this pull request as ready for review November 29, 2023 21:48
@nosracd nosracd merged commit 010e09c into lcm-proj:master Dec 4, 2023
11 checks passed
@judfs judfs deleted the c-rename branch April 10, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants