Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[STYLE] Rename "bracket" to "parentheses" #364

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Commits on Aug 12, 2024

  1. style: Rename "bracket" to "parentheses"

    - Parentheses: `( )`
    - Brackets: `[ ]`
    - Braces: `{ }`
    
    All of them mean something different for bash ofc.
    In bash's documentation they use the same terminology.
    
    Leaving it as it is with bracket is confusing when going through the code and you start to wonder if we handle `[ ]`, which we don't.
    
    I guess you can name all of them brackets, but since we have support for both parentheses `( )` and braces `{ }`, using the term in a general way is just not very clear.
    itislu committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    646df74 View commit details
    Browse the repository at this point in the history