Rich-T-kid / JobSync

Discover your next dream job in real-time! JobSync connects developers with employers, offering instant conversations to explore opportunities, discuss company cultures, and find the perfect fit. Join us and uncover exciting career paths and vibrant developer communities!
0 stars 0 forks source link

Fix all println Statments throughout program #12

Open Rich-T-kid opened 6 months ago

Rich-T-kid commented 6 months ago

This GitHub issue is to address the presence of numerous println statements scattered throughout the handlers file. These statements, while useful for debugging, clutter the codebase and can make it difficult to maintain and debug in the future.

To improve the code quality and maintainability of our project, let's refactor these println statements. We can consider replacing them with more structured logging or removing them altogether if they are no longer necessary.

Rich-T-kid commented 6 months ago

also go through "staticcheck ./..." command and fix all the errors that show up

Rich-T-kid commented 6 months ago

as wel as go vet -unparam ./... go vet -structcheck ./...