Skip to content
  • Andrés G. Aragoneses's avatar
    HACKING: add missing rule about parameter names · 470a3f78
    Andrés G. Aragoneses authored
    There's a mixture of style in Banshee's codebase about param
    names. Sometimes they are written in the same way vars/fields
    are written (under_score notation), but sometimes they use
    camelCaseNotation. Lately I've come to realize that the latter
    is a bit more frequent, so we should write this down ASAP
    before we grow the mixed-style code indefinitely.
    470a3f78