Wednesday, September 6, 2023
2 changes · master
Code cleanup and technical improvements
This update renames an internal option from a negative wording to a clearer positive wording. It improves code readability and maintainability without changing how users experience the product.
Original PR description
This commit change the name of the option noReload to reload, this is to avoid having negative variables names for boolean. This is a general known best practice, and in this case it's important to have a better readability of the code (specially when a negation of a negative variable occurs).
This update renames an internal setting from a negative form to a clearer positive name. It does not change business features, but helps developers maintain and understand related workflows more easily across several apps.
Original PR description
This commit change the name of the option noReload to reload, this is to avoid having negative variables names for boolean. This is a general known best practice, and in this case it's important to have a better readability of the code (specially when a negation of a negative variable occurs).