Skip to content

Use 'neq' instead of 'df' for Boolean not-equal operation#26

Open
rakhimov wants to merge 1 commit intoopen-psa:masterfrom
rakhimov:df-vs-neq
Open

Use 'neq' instead of 'df' for Boolean not-equal operation#26
rakhimov wants to merge 1 commit intoopen-psa:masterfrom
rakhimov:df-vs-neq

Conversation

@rakhimov
Copy link
Copy Markdown
Member

As noted in #3 bug report,
'df' is a poor choice for Boolean not-equal,
standing for 'different'
and at risk of being confused for 'difference'.
'neq' is a unambiguous choice standing for 'not-equal'
in similar fashion as already present operators: 'eq', 'leq', 'geq'.

Fixes #3.

As noted in open-psa#3 bug report,
'df' is a poor choice for Boolean not-equal,
standing for 'different'
and at risk of being confused for 'difference'.
'neq' is a unambiguous choice standing for 'not-equal'
in similar fashion as already present operators: 'eq', 'leq', 'geq'.

Fixes open-psa#3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant