Using Java Enums as Colorful Loggers #java #shorts #coding #airhacks

preview_player
Показать описание

Java used in this short: openjdk version "21" 2023-09-19 LTS

#airhacks
Рекомендации по теме
Комментарии
Автор

Encapsulate values to increase maintainability:
if "value" is private and "RESET" is private static final, then you can be sure, that no other code references those fields and you can rename or remove the fields whenever you want. Otherwise changes on those fields can be "breaking changes".

slartidan
welcome to shbcf.ru