PCSX2 Documentation/Code Formatting Guidelines: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 5: Line 5:
Variable type prefixes are commonly known as [http://en.wikipedia.org/wiki/Hungarian_notation Hungarian Notation], and are the sort of variable names popularized by the <code>Win32API</code>. They look something like this is in ideal situations:
Variable type prefixes are commonly known as [http://en.wikipedia.org/wiki/Hungarian_notation Hungarian Notation], and are the sort of variable names popularized by the <code>Win32API</code>. They look something like this is in ideal situations:


<code>DWORD dwSomeDoubleWord;</code>
<nowiki>DWORD dwSomeDoubleWord;</nowiki>


... and look something more like this in practical situations involving real code:
... and look something more like this in practical situations involving real code:
ninja
782

edits