DISQUS

DISQUS Hello! A Noted Path by Theodore Nguyen-Cao is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

A Noted Path by Theodore Nguyen-Cao

Personal blog of Theodore Nguyen-Cao
Jump to original thread »
Author

Breaking Java Habits: Ruby increment/decrement operators

Started by Theo · 12 months ago

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 […] ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login