0
Is there specific reference for naming conventions in Bitcoin Core source code?
I see regularity in class naming with prefix "C" (Chain, CInv etc.) or pointer naming with "p" (pprev, pnode etc. ) and am wondering if there's more to my list of prefixes or other conventions.
Is there a Bitcoin-specific naming convention at all?
2
I don't know if there's a formal reference, but the second thing you're describing is http://en.wikipedia.org/wiki/Hungarian_notation
– Nick ODell – 2015-05-28T13:01:09.3401
The bitcoin repo specifies their conventions here as well: https://github.com/bitcoin/bitcoin/blob/master/doc/developer-notes.md
– morsecoder – 2015-05-28T14:12:34.193