Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Change names of address variables from "a" to "addr" #37

Open
jadephilipoom opened this issue Jul 22, 2019 · 1 comment
Open

Change names of address variables from "a" to "addr" #37

jadephilipoom opened this issue Jul 22, 2019 · 1 comment

Comments

@jadephilipoom
Copy link
Contributor

As per discussion in #36

In several Coq lemmas I use a as the name for function arguments that have address types. I should go through, find these places, and change them to either the same argument name as the source C code or to something clearer like addr or ipaddr when there isn't an analogous variable in the source.

@hkim15
Copy link
Contributor

hkim15 commented Jul 22, 2019

Not urgent - something that I just noticed while reading your code. I usually avoid single-character variables to improve readability.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants