My background in C++ and Java has instilled in me some programming habits that don’t play nice in Ruby. When I want to increment or decrement a number, my fingers instinctively go to ‘++’ and ‘−−’.
Unfortunately, this syntax is not supported by Ruby. As a language design choice, Ruby opted to not support [...]