Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robwelan/6eeff355c3e4b89f0a0c7e2c5b42d018 to your computer and use it in GitHub Desktop.
Save robwelan/6eeff355c3e4b89f0a0c7e2c5b42d018 to your computer and use it in GitHub Desktop.
<table style="width:90%" border="1" cellPadding="8" align="center">
<tbody>
<tr>
<td>
<aside>NOTE: You may have noticed that I include both a prefix and a suffix on my variable names, plus suffixes on functions that I write (where feasible). This is because I like my code to be readable and function in a strict sense. If I declare a variable with data type Long, but I put a $ suffix on it within the code (because I forgot, OK?), I&#x27;d like to be able to be warned of my mistake before I check with the debugger. The &quot;lng&quot; and &quot;str&quot; prefixes help prevent these sorts of blunders in my code. I feel that this forethought reduces the time required to get through functional testing. A lot of the simple bugs that one can create are eliminated by abiding by strict naming conventions.</aside>
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment