We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I guess error/debug messages (like https://github.com/TinkoffCreditSystems/Horarium/blob/master/src/Horarium/Handlers/ExecutorJob.cs#L141 https://github.com/TinkoffCreditSystems/Horarium/blob/master/src/Horarium/Handlers/ExecutorJob.cs#L105 ) should be replaced with interface IErrorDescriber/IDebugDescriber with same methods instead of hard code them. Something like that:
string CreateJobError(string type) => $"Ошибка создания джоба {type}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I guess error/debug messages (like https://github.com/TinkoffCreditSystems/Horarium/blob/master/src/Horarium/Handlers/ExecutorJob.cs#L141 https://github.com/TinkoffCreditSystems/Horarium/blob/master/src/Horarium/Handlers/ExecutorJob.cs#L105 ) should be replaced with interface IErrorDescriber/IDebugDescriber with same methods instead of hard code them. Something like that:
string CreateJobError(string type) => $"Ошибка создания джоба {type}"
The text was updated successfully, but these errors were encountered: