Skip to content

SOF-7915: remove & prefix from espresso namelist keys#409

Merged
pranabdas merged 8 commits into
devfrom
feat/SOF-7915
Jun 30, 2026
Merged

SOF-7915: remove & prefix from espresso namelist keys#409
pranabdas merged 8 commits into
devfrom
feat/SOF-7915

Conversation

@pranabdas

Copy link
Copy Markdown
Member

There are several drawbacks of using & prefix in keys

  • In Javascript, Python and other languages & is a reserved keyword for bitwise operator, and cannot be used as variable name
  • Dot notation to access keys does not work
  • Object destructuring requires aliasing
  • In DB/API query string, & may have special meaning

There are several drawbacks of using & prefix in keys
  - In Javascript, Python and other languages & is a reserved keyword for
    bitwise operator, and cannot be used as variable name
  - Dot notation to access keys does not work
  - Object destructuring requires aliasing
  - In DB/API query string, & may have special meaning
@pranabdas pranabdas merged commit 3393c6f into dev Jun 30, 2026
10 checks passed
@pranabdas pranabdas deleted the feat/SOF-7915 branch June 30, 2026 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants