Technology Programming

Idiom

Definition: An 'idiom' is a commonly accepted preferred way of doing things. For example, Rubyists don't often use the for loop in Ruby, and instead opt to use the each method.


Leave a reply