From bfca05abbe15f1be53539ad2ab8fc41cacad05e9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 18 Sep 2020 15:32:52 -0600 Subject: chore: rename README --- README.md | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ readme.md | 75 --------------------------------------------------------------- 2 files changed, 75 insertions(+), 75 deletions(-) create mode 100644 README.md delete mode 100644 readme.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ad07e0 --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +# lesson one + +* string interpolation +* objects + * class vs instance methods + * receiver vs message + * instance variables + +# lesson two + +* default parameters +* named parameters +* symbols +* hashes + +# lession three + +* review +* object references +* arrays +* acceptance testing (watir, selenium, capybara) + +# lesson four + +* review +* modules +* equality (value vs instance) + +# lesson five + +* review +* building out the movie library +* load path and require + +# 2013.10.12 + +* heroku command line interface (cli) + * heroku run rake * + * heroku run bash + * database backups + * database restore + * deployments + * seed data + +* 2013.10.26 + * review + * exercises + +# todo + +* iterators +* enumerable +* encapsulation +* public, private, protected +* begin,rescue,end +* hashes +* default parameters +* arrays +* load_path +* tools (ri, irb) +* solid +* tdd +* blocks, procs and lambdas, yield +* dsl +* range +* lazy (lazy object) + + +# homework + +* move MovieLibrary and Movie to the lib folder (in separate files) +* separate the include? method into its own module (and whatever else we can) +* extend one method at run time and another at instantiation time +* fix the one broken spec. + diff --git a/readme.md b/readme.md deleted file mode 100644 index 1ad07e0..0000000 --- a/readme.md +++ /dev/null @@ -1,75 +0,0 @@ -# lesson one - -* string interpolation -* objects - * class vs instance methods - * receiver vs message - * instance variables - -# lesson two - -* default parameters -* named parameters -* symbols -* hashes - -# lession three - -* review -* object references -* arrays -* acceptance testing (watir, selenium, capybara) - -# lesson four - -* review -* modules -* equality (value vs instance) - -# lesson five - -* review -* building out the movie library -* load path and require - -# 2013.10.12 - -* heroku command line interface (cli) - * heroku run rake * - * heroku run bash - * database backups - * database restore - * deployments - * seed data - -* 2013.10.26 - * review - * exercises - -# todo - -* iterators -* enumerable -* encapsulation -* public, private, protected -* begin,rescue,end -* hashes -* default parameters -* arrays -* load_path -* tools (ri, irb) -* solid -* tdd -* blocks, procs and lambdas, yield -* dsl -* range -* lazy (lazy object) - - -# homework - -* move MovieLibrary and Movie to the lib folder (in separate files) -* separate the include? method into its own module (and whatever else we can) -* extend one method at run time and another at instantiation time -* fix the one broken spec. - -- cgit v1.2.3