Apply AI suggestion

This commit is contained in:
Timothy 2025-04-16 09:47:19 +02:00
parent 4eff108dc7
commit aeef48ae97
No known key found for this signature in database

View File

@ -108,7 +108,7 @@ if (value == SUPER_IMPORTANT_THRESHOLD) {
### Organizing constants ### Organizing constants
General rule is if the constant is exposed outside of the file it needs to be properly be identifiable when imported either by its name or by its parents name. As a general rule, if a constant is exposed outside the file, it needs to be easily identifiable when imported, either by its own name or by its parents name.
#### Within a dedicated file #### Within a dedicated file