Ruby Array flatten method

preview_player
Показать описание
@MattStopa

This is a video for the Ruby flatten method which turns a multi dimensional array into a single dimensional one where all the elements from each array are present in one unified array.
Рекомендации по теме
Комментарии
Автор

Thanks! I'm going to try to continue to do a hybrid of both long and short videos. The short ones don't take long so that isn't a problem and the longer ones are a lot of fun. Anyway, thanks again for the compliment, it encourages me to do more! Also, very nice getting 20k views on one of your videos. Maybe someday I'll get there too :-)

MattStopaDev
Автор

No problem :) Also, I like that you're keeping it Ruby specific. There are countless Rails podcasts out there, the most popular being Railscasts, but I think what you're doing is important as it teaches the real underpinnings of Rails i.e. the Ruby language. As a Java dev it really is nice to have your vids handy now that i'm doing Ruby work these days.

KevinSheppard
Автор

Cool! Thanks for the suggestions! I'm going to make all the things you mentioned into videos. Honestly it's way easier to get requests than to guess at what should be next. So tonight I'll start a series on files. The first probably just showing how to open, close files, etc. Then in the next video in the series I'll cover CSV's and other stuff. The beauty of video is that the series never has to end. I can keep adding onto it. I'm creating playlists right now. Check for the video in 3-4 hours.

MattStopaDev
Автор

I'm really starting to like this channel. Your vids are pretty interesting, especially these shorter ones.. but still do the longer ones. The one on Modules was nice and very useful to a Ruby noob like me

KevinSheppard
Автор

Yeah I completely agree with that. When I first dived into Rails it was very tough because I didn't realize you really need to know the language first, at least the basics. I'll probably do Rails stuff too but there are a lot of Ruby aspects I want to cover first. Feel free to recommend something for me to cover.

MattStopaDev
Автор

Excellent! Well i'd like to see some more file stuff - reading/writing files - and maybe an example on parsing a CSV file. Also, more of those handy Ruby methods and programming practices that people coming from a new language would't know. Till now i'm not fully comfortable with Lambdas and i'm not quite too sure what a proc is :/

KevinSheppard
visit shbcf.ru