#14 (comment)
As discussed in the above comment, error handling is a good practice.
However, handling errors only in some parts of code harms code consistency over the repository.
So, when feature development is well done, we will go over the whole repository and handle errors.
#14 (comment)
As discussed in the above comment, error handling is a good practice.
However, handling errors only in some parts of code harms code consistency over the repository.
So, when feature development is well done, we will go over the whole repository and handle errors.