Open korenmiklos opened 4 years ago
Agreed. On the naming convention, some advice would be to:
gen fóßé = 2
) but that makes collaboration and debugging difficult, as you saidnominal_gdp
and real_gdp
instead of gdp_nominal
and gdp_real
.set varabbrev off
, at the dismay of coauthors).Maybe one way of showing these is by examples? Say we have nominal and real GDP as in above. A table would be a way of showing-not-telling:
Definition | Nominal GDP | Real GDP |
---|---|---|
Suggested | nominal_gdp | real_gdp |
Too short | ngdp | rgdp |
Too long | nominal_gross_domestic_product | real_gross_domestic_product |
Less readable: CamelCase | NominalGDP / NominalGdp | RealGDP / RealGdp |
Less readable: general-to-specific | gdp_nominal | gdp_real |
Less portable: UTF8 | pib_nominale | pib_réel |