Skip to content

Poll: preference of case-sensitivity #85

@ruv

Description

@ruv

Let's gather statistics of our preferences regarding case-sensitivity on finding definition names.

Each option will be posted consequently as a separate message.
Voting is based on the GitHub build-in reactions.

Please use the following reactions to vote:

  • 👍 +1 — I need this option (as a user).
  • 👎 -1 — I don't want to provide this option (as a Forth system implementer).
  • 🚀 rocket — I already provide this option in my system (as a Forth system implementer).

The question is: What is your preferred options regarding case-sensitivity for definition names resolving?

Any number of the options can be marked.

The options are:

  • (A) by default (initially) a system should be case sensitive;
  • (B) by default (initially) a system should be case insensitive;
  • (C) a system should have ability to turn on/off case sensitivity;
  • (D) a system should support case insensitivity in ASCII;
  • (E) a system should support case insensitivity in Unicode;
  • (F) a system should provide a hybrid case-sensitivity mode: if exact match is not found, try to find in case insensitive mode;
  • (G) a system should provide a hybrid case-sensitivity mode: if exact match is not found, try to find the name in upper case;

You can also add other options (as separate messages too).

Metadata

Metadata

Assignees

No one assigned

    Labels

    pollA kind of a survey

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions