a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by Cedar
Cedar  ·  2520 days ago  ·  link  ·    ·  parent  ·  post: Transforming Code into Beautiful, Idiomatic Python

Watching it now, so thanks for sharing this Devac.

I'll plug Sandi Metz's Ruby talks here, her new book about refactoring code to be better / more beautiful is quite interesting -- I think you can read some of it from her website, but there's a video in this playlist about it too.



Devac  ·  2520 days ago  ·  link  ·  
This comment has been deleted.
Cedar  ·  2520 days ago  ·  link  ·  

Learn Ruby The Hard Way

Ruby Koans

I find I learn more about it by watching videos like these, or reading blog posts on it: Metaprogramming in Ruby.

There's some interesting concepts that I think can translate to other languages; a lot of Sandi Metz' ideas come from her experience with Smalltalk so that has always interested me.

---