Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Coding style: allow 'unused_' prefix, recomment prototype == definition #50

Closed
wants to merge 1 commit into from

Commits on Apr 29, 2018

  1. Coding style: allow 'unused_' prefix, recomment prototype == definition

    On the subject of function parameters, recommended choice is to have
    the prototype match the function definition, including parameter
    names.  For better clarity when the need arises, unused parameters may
    be prefixed with 'unused_', but only in the function definition, not
    the prototype.
    
    Fixes #48
    levitte committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    a8f17a7 View commit details
    Browse the repository at this point in the history