I have the following logic that I need to optimize using PHP
Parâmetros:
máximo
mínimo
alerta
Se ultrapassar o nível máximo enviar um alerta
Se alerta já tiver sido enviado não enviar nada
Se o nível voltar ao normal enviar alerta
The same behavior with the minimum:
Se ultrapassar o nível mínimo enviar um alerta
Se alerta já tiver sido enviado não enviar nada
Se o nível voltar ao normal enviar alerta
The problem is that in this way the if and else string gets too long. Would someone have an idea to optimize and make it as simple as possible