Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Proper logging to all the functions to track down bugs easily #8

Open
PiyushDuggal-source opened this issue Dec 28, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@PiyushDuggal-source
Copy link
Owner

PiyushDuggal-source commented Dec 28, 2022

Example:

const functionName => {
     console.log("Entering FunctionName");
     // Logic
     console.log("Exiting FunctionName");
 }

add console.log("Entering FunctionName") and console.log("Exiting FunctionName");

@PiyushDuggal-source
Copy link
Owner Author

@reachramya04 would you like to take up on this?

@rohitiitm
Copy link

@PiyushDuggal-source add #21 as a sub-task of this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

2 participants