You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
Currently error logging in the code is very poor and it becomes tremendously difficult to find a bug in logic of the code. So, we need to improve it so that we can figure out quickly where the fault is.
The text was updated successfully, but these errors were encountered:
Problem is whenever we go to testing and if the code doesn't work in the way it was supposed to be, then it takes a lot of time to track down the error in logic and it ruins the whole testing. Better logging will help in better debugging.
Currently error logging in the code is very poor and it becomes tremendously difficult to find a bug in logic of the code. So, we need to improve it so that we can figure out quickly where the fault is.
The text was updated successfully, but these errors were encountered: