Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Added Strict Equality (===) & Inequality (!==) Checks#17

Merged
shashankbhosagi merged 4 commits into
AssembleProgramming:mainfrom
SahilK-027:main
Jul 11, 2023
Merged

Added Strict Equality (===) & Inequality (!==) Checks#17
shashankbhosagi merged 4 commits into
AssembleProgramming:mainfrom
SahilK-027:main

Conversation

@SahilK-027
Copy link
Copy Markdown
Member

PR Summary

This commit adds strict equality and inequality checks to the codebase. These checks are more accurate than the loose equality (==) and inequality (!=) checks that were previously used. This will help to prevent errors in the code and make it more robust.

Benefits: The benefits of using strict equality and inequality checks include:

Increased accuracy: The strict checks are more accurate than the loose checks, and will help to prevent errors in the code.
Increased robustness: The strict checks will make the code more robust, and less likely to be affected by unexpected changes.

Types of Changes

What types of changes does your code introduce to this project? Please mark with
an x the applicable boxes.

  • Bugfix (non-breaking change that addresses an issue)

  • New feature (non-breaking change that adds functionality)

  • Breaking change (fix or feature that may cause existing functionality to
    break)

  • Documentation update

  • Refactoring (code optimization or restructuring)

  • Other (please specify): __________

Testing and Publishing

Please indicate the status of the following:

  • These changes have been thoroughly tested.

  • Code is properly formatted using command deno fmt

@shashankbhosagi shashankbhosagi self-assigned this Jul 11, 2023
Copy link
Copy Markdown
Member

@shashankbhosagi shashankbhosagi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's great, Good Work✨

@shashankbhosagi shashankbhosagi merged commit ed941a3 into AssembleProgramming:main Jul 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants