Zulip Chat Archive
Stream: mathlib4
Topic: naming convention check
Arien Malec (Dec 21 2022 at 19:25):
Do all of my theorems now in the form is_smul_regular_foo
want to be isSMulRegular_foo
in mathlib4#1154?
I mean, I wrote the current wiki language for naming, so I should understand what it means, but not always. I think the language argues for isSMulRegular_foo
.
Thomas Murrills (Dec 21 2022 at 19:46):
Makes sense to me—UpperCamelCase name referenced in lower_snake_case name as lowerCamelCase!
Last updated: Dec 20 2023 at 11:08 UTC