Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Talk: "How to read code" #2

Open
aredridel opened this issue Jan 15, 2015 · 1 comment
Open

Talk: "How to read code" #2

aredridel opened this issue Jan 15, 2015 · 1 comment

Comments

@aredridel
Copy link

We learn and are taught to write software, and a lot of time and effort and research has been put into how to do this well, to varying degrees of success. We learn to evaluate libraries based on external factors like tests and documentation, but often we skip the most obvious part.

How do we read source code?

What does it mean? What can we learn from a cursory glance? How can we read something complex? Can we spot legacy concerns? How do we get context for what we read?

I'll explore something simple but with fiddly details -- quite likely node's EventEmitter.

@binarymist
Copy link

Shout out if you need a hand with the EventEmitter bits etc: http://blog.binarymist.net/2014/07/26/node-js-asynchronicity-and-callback-nesting/#eventemitter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants