FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
17 stars 5 forks source link

Optimize environment variable naming to use uppercase letters. #808

Open kai8406 opened 4 months ago

kai8406 commented 4 months ago

According to the common convention, environment variables are typically named using uppercase letters. While the case of environment variables does not affect actual usage, adhering to the convention improves readability and aligns the code with standard practices.

References: Environment Variable Definition

FrankChen021 commented 4 months ago

@kai8406 Long time no see. Your suggestion makes sense. Will u open a PR for this issue?