Use inclusive language in function declarations

This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

Metadata

ID: go-inclusive/function-declaration

Language: Go

Severity: Notice

Category: Best Practices

Description

Use inclusive language in function declaration.

Non-Compliant Code Examples

func whitelistFunc(master, slaveParamSlave string){
    return nil
}

func blacklistFunc()(whitelist, blAckliSt []string){
    return []string{}
}

func slaveFunc(blAckliSt int){
    return nil
}

func masterFunc(){
    return nil
}

func myFunc(){
    return nil
}
https://static.datadoghq.com/static/images/logos/github_avatar.svg https://static.datadoghq.com/static/images/logos/vscode_avatar.svg jetbrains

Seamless integrations. Try Datadog Code Analysis

PREVIEWING: mervebolat/span-id-preprocessing