I’m not sure which I like better…
really_long_method_name_is_almost_80_characters(
parameter,
11,
:parameter
)
or…
really_long_method_name_is_almost_80_characters \
parameter,
11,
:parameter
I think it’s the latter.
Posts about random, hopefully useful tidbits of information, and/or random things that happen in my life that I'd like to rant about. I'm a geek. I use Mac, Windows, Linux, Android, Last.fm, IRC, I know Ruby, Python, Perl, HTML, want to learn Java, C/C++... I'm fifteen years of age.
I’m not sure which I like better…
really_long_method_name_is_almost_80_characters(
parameter,
11,
:parameter
)
or…
really_long_method_name_is_almost_80_characters \
parameter,
11,
:parameter
I think it’s the latter.