Every optional, every nullable, every if statement, every try/catch you donât need make your software harder to maintain.
Find ways to not write that code. Use a null value, map things you donât need to the point you are not mapping anymore, let your queue system handle retryâŠ
about 1 month ago