stefan-hoeck / idris2-elab-util

Utilities and documentation for exploring idirs2's new elaborator reflection.
BSD 2-Clause "Simplified" License
76 stars 16 forks source link

[ cleanup ] Some code was changed to be slightly better-looking #15

Closed buzden closed 3 years ago

buzden commented 3 years ago

I personally find sections be more readable than explicit application, so what do you think?

stefan-hoeck commented 3 years ago

I'll merge this, although I think that usually small cosmetic changes don't merit their own PR.

buzden commented 3 years ago

I'll merge this, although I think that usually small cosmetic changes don't merit their own PR.

How do you suggest to suggest you such changes? Do you think they should go inside meaningful PRs, even if they'are unrelated semantically?

stefan-hoeck commented 3 years ago

I think to just leave the code as it is, especially if we are talking just about personal taste / preferences without an agreed upon coding style. Reviewing PRs takes time and even minor changes always come with the risk of introducing regressions. So one has to weigh the benefits of one against the other.

See also the following part of the Idris2 contributing guidelines.

stefan-hoeck commented 3 years ago

Please note that the above doesn't mean that there are no places in the code that actually do not require some cleanup. It's difficult to draw a line here, and I definitely don't want to scare you or other people away from further contributions. Your work is highly welcome. :-)