Fast forward to 7:21 when he hits run to see the music in action.
@skellious6 жыл бұрын
this is awesome.
@Fuchida8 жыл бұрын
Well done!
@andrewfaraday89186 жыл бұрын
Great work, very interesting. Tiny detail which might help. Instead of the 8.times which is then grabbing an instance of perform based on it's index, you could call perform.each do |instance|, ruby has in-built iterators.
@rbn1tube6 жыл бұрын
Fair point. I did this project quite a long time ago when I hadn't been using Ruby all that long, and certainly in more recent work I used zipped arrays with .each to iterate a lot.