-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Description
Description:
- Debugging and logging are two of the important features in SDLC for good code maintenance practice. Yet, the project lacks both features which are introduced in Astro that we can use to prevent potential bugs in future
To-dos:
- Implement logger to the project for troubleshooting assistance
- Try to implement debug component to inspect values from client-side rendering
Expected outcome
- Logging and debugger are implemented in the project
Additional context