• @[email protected]
    link
    fedilink
    English
    116 days ago

    Do you think a style guide is enough for an open source code base? Contributions could be coming from lots of directions, and the code review process to enforce a style guide is going to be a lot of work. Even rejecting something takes time.

    • Baldur Nil
      link
      516 days ago

      This kind of thing can be easily automated nowadays. It’s not really a problem.

      • @[email protected]
        link
        fedilink
        215 days ago

        Yup, we do it for Python and Javascript at work, and I do it on my Rust projects (and my older C projects). I don’t see why C++ should be any more difficult.