Does this build file needs comment? Do the users will need to alter it and in that case specify what is doing what you know? What about you in the future?
Good question. With regards to users, I don't intend users to look at it or even alter it. It is likely subject to change if the dependencies change (I hope to include the C binding of gpr into alire in the future which would remove the need to build it myself entirely).
With regards to me, I usually comment code that from my perspective required a non-trivial approach in the first place or if specific questions arise. Neither is currently the case with the build.rs.
I'll keep it as is for now. If any specific questions arise I might add them as comments where needed.
Good question. With regards to users, I don't intend users to look at it or even alter it. It is likely subject to change if the dependencies change (I hope to include the C binding of
gpr
intoalire
in the future which would remove the need to build it myself entirely).With regards to me, I usually comment code that from my perspective required a non-trivial approach in the first place or if specific questions arise. Neither is currently the case with the
build.rs
.I'll keep it as is for now. If any specific questions arise I might add them as comments where needed.