Skip to content

Naming issues in the strings directory #149

@cclauss

Description

@cclauss

@halafi Can you please make some changes in https://github.com/TheAlgorithms/Go/tree/master/strings ?

  1. The directories contain spaces instead of dashes in the directory names. This forces us to quote the directory names when using command line tools such as linters.
  2. File names need work also. Is ac.go a calculation for alternating current or is it controller for an air conditioner? Is bom.go a tool for building a bill of materials or does it generate a byte order mark? Why does the reader have to guess?? aho-corasick.go is a much more self-documenting filename than ac.go.
  3. Can you help us to get the last two lines of .github/workflows/golangci-lint.yml to pass without || true?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions