I code, therefore I am... a software engineer.

Link Bundle – March 19

Happy Hump Day! Here are just a few links to help you survive the rest of the week. Gamer’s Tools Review: Logitech G15 Keyboard and G9 Mouse – Ilya Kochanov reviews two peripherals that could take your gaming to the next level. 5 Types Of People You Need To Stay Away From On The Web …

Read more

Conditional Statements And Comparison Order – Part 2

In the original posting, Conditional Statements And Comparison Order, I brought up a coding style used by some software engineers that struck me as odd. The practice of placing a constant value first in a conditional comparison. For example: if(“Some String” == aVariable) { // Do some stuff } … Listing 1 I never liked …

Read more