SlideShare a Scribd company logo
Code Reading
高見 龍 です
高 見龍 です
@eddiekao
Code Reading
Learning more about Ruby by Reading Ruby Source Code
Chimpr
I come from Taiwan

photo by Fishtail@Taipei
photo by J o n a G r a p h Y 
photo by HeyNix
photo by randomwire
Code Reading
Code Reading
I’m a Flash guy (≈ 8 years)
I’m a Python guy (≈ 2 years)
I’m a Ruby guy (≈ 4 years)
I’m a iOS app guy (≈ 2 years)
But not a C guy, yet!
Ruby > Rails
“I’m a SHOW OFF person”
“Experience Sharing is fun”
Current Status
80% iOS app, 20% Ruby/Rails
100% Ruby Lover!
Code Reading
Web Development Conference in Taiwan
Code Reading
2 days, 3 tracks session
750+ attendees
all tickets sold out in 4 mins
WebConf Taiwan 2014
Will be held on Jan 2014
850+ attendees in 2014, hopefully.
All about web development
楽しい
http://webconf.tw
Code Reading
Why read source code?
How to start?
What I learned?
Anything interesting?
Why read source code ?
Ian Ruotsala
“once you start digging around in someone
else’s code base, you’ll learn a lot about
your own strengths and weaknesses”
- Ruby Best Practice
http://blog.rubybestpractices.com/posts/gregory/005-code-reading-stdlib.html
See how the Core Team write Ruby
Read the source, Luke!
photo by chaines106
source code は友達
source http://kyaraben.seesaa.net/article/168967765.html
Contribution!
Committer
in my dream!
FUN! :)
Requirement ?
C language
“What if I don’t have any skill of C?”
“Just Learn It!”
Curiosity and Passion
Where to Start ?
get source files!
download from Ruby website,
or clone from github
Ruby 1.9.2 p290
Code Reading
Quick browsing.. :)
*c + *h
. .
*rb (stdlib)
.
Let’s have some fun!
Object
Class
String
Hash

Array
“ruby.h”
Object => RObject
Class => RClass
String => RString
Array => RArray
Hash => RHash
“object.c”
Init_XXXX( )
“all Class’s class is a Class”
“new”
class A
def initialize
puts "hello"
end
end
a = A.new
Proc
How to execute a Proc?
proc.call
proc[ ]
proc.yield
proc === 123
attributes
push v.s. <<
Object ID
What else?
Haskell-like syntax :)
head (x:_)        = x
tail (_:xs)        = xs
people = {
"Eddie" => ["green", "eddie@digik.com.tw"],
"Joanne" => ["yellow", "hello@yahoo.com"]
}
people.map { |name, (color, email)|
puts [name, email]
}
people = {
"Eddie" => ["green", "eddie@digik.com.tw"],
"Joanne" => ["yellow", "hello@yahoo.com"]
}
people.map { |name, (_, email)|
puts [name, email]
}
parse.y#8277-8299 shadowing_lvar_gen( )
Method missing
Anything interesting ?
Interesting naming.. XD
Conclusion
“from basic structure”
“don’t be afraid of source code”
source code は友達
source http://kyaraben.seesaa.net/article/168967765.html
References
“Rubyソースコード完全解説” (RHG)
by 青木峰郎
http://i.loveruby.net/ja/rhg/book/
“Ruby Under a Microscope”
by Pat Shaughnessy
http://patshaughnessy.net/ruby-under-a-microscope
Hope we all can become
Jedi Master someday :)
Chimpr
高見 龍 です
以上です。
ご清聴ありがとうございました

thanks for your listening :)
Contacts
高見龍

Website

http://www.eddie.com.tw

Blog

http://blog.eddie.com.tw

Plurk

http://www.plurk.com/aquarianboy

Facebook

http://www.facebook.com/eddiekao

Google Plus

http://www.eddie.com.tw/+

Twitter

https://twitter.com/#!/eddiekao

Email

eddie@digik.com.tw

Mobile

+886-928-617-687

photo by Eddie

More Related Content

Similar to Code Reading (20)

PPT
Rapid Application Development using Ruby on Rails
Simobo
 
PDF
My experience of Ruby Education in Taiwan
Mu-Fan Teng
 
KEY
Intro to Ruby on Rails
rschmukler
 
PPTX
Code for Startup MVP (Ruby on Rails) Session 2
Henry S
 
KEY
A tour on ruby and friends
旻琦 潘
 
PPTX
Rubyconf Bangladesh 2017 - Lets start coding in Ruby
Ruby Bangladesh
 
PDF
IJTC%202009%20JRuby
tutorialsruby
 
PDF
IJTC%202009%20JRuby
tutorialsruby
 
PDF
20140918 ruby kaigi2014
Hiroshi SHIBATA
 
PDF
Ruby 入門 第一次就上手
Wen-Tien Chang
 
PDF
مقایسه و بررسی چهارچوب ریلز
railsbootcamp
 
PDF
20140419 oedo rubykaigi04
Hiroshi SHIBATA
 
PDF
Story for a Ruby on Rails Single Engineer
TylerJohnson988371
 
PPTX
(final version) KIDS, RUBY, FUN! - Introduction of the Smalruby and Ruby Pro...
宏治 高尾
 
PDF
Connecting the Worlds of Java and Ruby with JRuby
Nick Sieger
 
PDF
Ruby on Rails
bryanbibat
 
KEY
Introducing Ruby
James Thompson
 
PPT
Ruby for Perl Programmers
amiable_indian
 
PPT
name name2 n2.ppt
callroom
 
PPT
name name2 n
callroom
 
Rapid Application Development using Ruby on Rails
Simobo
 
My experience of Ruby Education in Taiwan
Mu-Fan Teng
 
Intro to Ruby on Rails
rschmukler
 
Code for Startup MVP (Ruby on Rails) Session 2
Henry S
 
A tour on ruby and friends
旻琦 潘
 
Rubyconf Bangladesh 2017 - Lets start coding in Ruby
Ruby Bangladesh
 
IJTC%202009%20JRuby
tutorialsruby
 
IJTC%202009%20JRuby
tutorialsruby
 
20140918 ruby kaigi2014
Hiroshi SHIBATA
 
Ruby 入門 第一次就上手
Wen-Tien Chang
 
مقایسه و بررسی چهارچوب ریلز
railsbootcamp
 
20140419 oedo rubykaigi04
Hiroshi SHIBATA
 
Story for a Ruby on Rails Single Engineer
TylerJohnson988371
 
(final version) KIDS, RUBY, FUN! - Introduction of the Smalruby and Ruby Pro...
宏治 高尾
 
Connecting the Worlds of Java and Ruby with JRuby
Nick Sieger
 
Ruby on Rails
bryanbibat
 
Introducing Ruby
James Thompson
 
Ruby for Perl Programmers
amiable_indian
 
name name2 n2.ppt
callroom
 
name name2 n
callroom
 

More from Eddie Kao (20)

PDF
Rails girls in Taipei
Eddie Kao
 
PDF
Rails Girls in Taipei
Eddie Kao
 
PDF
Let's Learn Ruby - Basic
Eddie Kao
 
PDF
iOS app development and Open Source
Eddie Kao
 
PDF
Vim
Eddie Kao
 
PDF
from Ruby to Objective-C
Eddie Kao
 
PDF
CreateJS - from Flash to Javascript
Eddie Kao
 
PDF
May the source_be_with_you
Eddie Kao
 
PDF
Why I use Vim
Eddie Kao
 
PDF
There is something about Event
Eddie Kao
 
PDF
Happy Programming with CoffeeScript
Eddie Kao
 
PDF
Ruby without rails
Eddie Kao
 
PDF
CoffeeScript-Ruby-Tuesday
Eddie Kao
 
PDF
API Design
Eddie Kao
 
PDF
3rd AS Study Group
Eddie Kao
 
KEY
iOS Game Development with Cocos2d
Eddie Kao
 
KEY
AS3讀書會(行前準備)
Eddie Kao
 
PDF
AMF
Eddie Kao
 
PDF
Misunderstanding about flash
Eddie Kao
 
PDF
Refactoring in AS3
Eddie Kao
 
Rails girls in Taipei
Eddie Kao
 
Rails Girls in Taipei
Eddie Kao
 
Let's Learn Ruby - Basic
Eddie Kao
 
iOS app development and Open Source
Eddie Kao
 
from Ruby to Objective-C
Eddie Kao
 
CreateJS - from Flash to Javascript
Eddie Kao
 
May the source_be_with_you
Eddie Kao
 
Why I use Vim
Eddie Kao
 
There is something about Event
Eddie Kao
 
Happy Programming with CoffeeScript
Eddie Kao
 
Ruby without rails
Eddie Kao
 
CoffeeScript-Ruby-Tuesday
Eddie Kao
 
API Design
Eddie Kao
 
3rd AS Study Group
Eddie Kao
 
iOS Game Development with Cocos2d
Eddie Kao
 
AS3讀書會(行前準備)
Eddie Kao
 
Misunderstanding about flash
Eddie Kao
 
Refactoring in AS3
Eddie Kao
 
Ad

Recently uploaded (20)

PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Timothy Rottach - Ramp up on AI Use Cases, from Vector Search to AI Agents wi...
AWS Chicago
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PPT
Interview paper part 3, It is based on Interview Prep
SoumyadeepGhosh39
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Timothy Rottach - Ramp up on AI Use Cases, from Vector Search to AI Agents wi...
AWS Chicago
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Interview paper part 3, It is based on Interview Prep
SoumyadeepGhosh39
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
Ad

Code Reading