Coder Social home page Coder Social logo

Order slices of strings about gofumpt HOT 2 CLOSED

mvdan avatar mvdan commented on May 27, 2024 1
Order slices of strings

from gofumpt.

Comments (2)

mvdan avatar mvdan commented on May 27, 2024

Thanks for the suggestion! Is your thinking that this would apply to all lists, or just some of them?

If this applies to all of them, I can imagine this meaning trouble. For example, what if a developer is keeping a particular order for some reason? Like:

days := []string{
    "Monday",
    "Tuesday",
    ...
}

We also don't want to add more flags beyond what gofmt has, so I don't know how we could make this apply to only some lists. Perhaps a comment, but then we get into ugly directives like //go:sorted.

from gofumpt.

domgreen avatar domgreen commented on May 27, 2024

Yeah, I'm not sure it can be applied everywhere tbh and don't like the idea of the comments. Will close the issue as I think it's something I'm going to just have to keep in the style guide. We do have a caveat on it that points out things like your days example.

from gofumpt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.