llTheBlankll / attendance-management-angular

robust Attendance Management System tailored for the Philippine education sector. Built with Spring Boot, WebSocket, and Angular, it offers real-time updates, secure JWT authentication, attendance analytics, and an intuitive interface. Efficiently track and manage attendance with tailored insights and notifications
Apache License 2.0
2 stars 1 forks source link

(JS-0050) Avoid use of `==` and `!=` #4

Closed llTheBlankll closed 2 months ago

llTheBlankll commented 2 months ago

Description

It is considered good practice to use the type-safe equality operators === and !== instead of their regular counterparts == and !=.

Occurrences

There are 35 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/llTheBlankll/attendance-management-angular/issue/JS-0050/occurrences/

llTheBlankll commented 2 months ago

Closes with PR #5