Things that are annoying me at the moment
Here’s a quick list of a few programming-related things that are irritating me at the current time:
- Inconsistent, illogical, or just plain poor indentation of code.
- A previous developers apparent thought process concerning the lack of a need to pass function arguments when everything you need can just be pulled in from Global scope.
- “If” statements with no braces, mixed in with “If” statements with braces, and other strange inconsistencies.
But it’s okay everyone! I am patient, and loving, and will help this little code-base learn to use it’s gifts and talents for good.

