Skip to content

Instantly share code, notes, and snippets.

View emcoding's full-sized avatar
🏠
Nurturing code

Maud de Vries emcoding

🏠
Nurturing code
View GitHub Profile
@emcoding
emcoding / exercise_1_intent.rb
Last active September 21, 2015 13:39 — forked from patmaddox/exercise_1_intent.rb
Refactoring with simple rules
class Foo
def something(bar)
bar.do_something
end
end
class Account
def initialize
@balance = "0"
end
@emcoding
emcoding / 0_reuse_code.js
Last active August 29, 2015 13:57
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console