PiyushDuggal-source / IITM-WA-BOT

ELIZA is a WhatsApp bot designed for IIT-M students to make their academic journey easier. With ELIZA, you can stay on top of your classes, access notes and playlists, and get reminders. Plus, the bot is open-source and completely free to use.
29 stars 4 forks source link

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

Open PiyushDuggal-source opened 1 year ago

PiyushDuggal-source commented 1 year ago

Example:

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

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

PiyushDuggal-source commented 1 year ago

@reachramya04 would you like to take up on this?

rohitiitm commented 1 year ago

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