VoiceCode.io mini tutorials

jQuery

Desired:

$(“my-class”).fadeOut();

Spoken:

dolly prexter spine my class
ricky dockmel fade out prekris semper
Notes:
- “dockmel” is shorthand for “dot camel”

Ruby

Desired:

attr_accessor :error_code

Spoken:

snake shark attribute accessor
deckle snake error code
Notes:
the “shark” function retrieves an abbreviated form of its argument. So, shark(“attribute”) returns “attr”

the grammar breaks down as follows:
snake( shark( “attribute” ), “accessor” )
deckle
snake( “error”, “code” )

More coming...