This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
Consistently use HasErrors() for error handling from diagnostics #994
Labels
technical-debt
Technical debt-related issues
Currently we either check for
nil
orlen() == 0
when receiving diagnostics from function. We should decide which method to use for checking and do it consistently. Ideally this should end up in the style guide.The text was updated successfully, but these errors were encountered: