Skip to content

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

Open
pranabdas wants to merge 3 commits into
devfrom
feat/SOF-7915
Open

SOF-7915: remove & prefix from espresso namelist keys#409
pranabdas wants to merge 3 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
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.

1 participant