Joined November 2011
·
Achievements
182 Karma
6,194 Total ProTip Views

Forked 50
Have a project with a thriving community of users that's been forked at least 50 times

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Forked 20
Have an established project that's been forked at least 20 times

Lemmings 100
Write something great enough to have at least 100 watchers of the project

Charity
Fork and commit to someone's open source project in need

Forked
Have a project valued enough to be forked by someone else

Bear 3
Have at least three original repos where Objective-C is the dominant language

Bear
Have at least one original repo where Objective-C is the dominant language

Mongoose
Have at least one original repo where Ruby is the dominant language
@rabovik you're right. It's not necessary but it's not an error; in the past I've been burned by a retain cycle caused by a block so I force myself to always use a weak self every time I access self inside a block, consider this like trying to forming an habit.