PCSX2 Documentation/Code Formatting Guidelines: Difference between revisions

Line 37: Line 37:
==Topic 5: Avoid compounding complex operations onto a single line with a function declaration.==
==Topic 5: Avoid compounding complex operations onto a single line with a function declaration.==


===Example:===
'''Example:'''
  <nowiki>
  <nowiki>
// Not so good...
// Not so good...
ninja
782

edits