Skip to content

Instantly share code, notes, and snippets.

View tsara27's full-sized avatar
🏠
Working from home

Tsara Fatma L tsara27

🏠
Working from home
View GitHub Profile
@tsara27
tsara27 / extend_and_method_call_bench.rb
Created January 11, 2017 22:38 — forked from mlomnicki/extend_and_method_call_bench.rb
Extend + method call VS method call
require 'benchmark'
module Foo
def bar
end
def baz
end
@tsara27
tsara27 / 0_reuse_code.js
Created October 23, 2015 11:54
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