-
08 Dec 15:54
TDD Assignments
TDD developing an assignment class
-
06 Dec 15:55
Testing
intro to testing and TDD
-
01 Dec 15:47
More Modules
including vs extending, enumerable and comparable
-
29 Nov 15:49
Modules
modules as namespaces and mixins
-
22 Nov 15:48
Photo Example
photo class with custom exception classes
-
17 Nov 16:08
Exception Handling
rescuing, raising, and re-reaising
-
15 Nov 15:57
Benchmarking and Exceptions
library adding it's own methods, benchmarking, and beginning of exceptions
-
10 Nov 15:54
Library with Dynamic Methods
book and library example
-
03 Nov 15:51
Returning Values and Calling Methods
books and library, assignment operator
-
01 Nov 15:50
Parameter Passing
collapsing and expanding passed values, hash arguments
-
27 Oct 15:54
Regexp's and Methods
Parsing and changing strings with regexp's and passing values to methods
-
25 Oct 15:48
More Regexps
More car matching and phone numbers
-
20 Oct 15:51
RainbowColors and Regexp
Rainbow range example and more regular expression work
-
18 Oct 15:46
Ranges and Regexps
ranges and regular expressions
-
13 Oct 15:46
Nim and Standard Types
Finished OO Nim exmaple, numbers, strings, ISO country code example
-
11 Oct 15:55
OO Nim
practice writing Nim in OO with blocks amd Procs
-
06 Oct 15:52
More more Blocks
Inject, block_given, Proc's and more madness
-
04 Oct 16:01
Common Iterators
working with the find, each, each_char, sort, map, and collect iterators
-
29 Sep 15:51
More Blocks and Interators
repeat_it, times, walk_thru, each, and find
-
27 Sep 15:55
Hashes, Blocks, and Iterators
finishes cart array example, intro to hashes, and intro to blocks and iterators
-
22 Sep 15:53
Arrays
example of array usage and starting of the cart class
-
20 Sep 16:10
Selections and Loops
if and unless, case, while
-
15 Sep 15:48
Comparisons and Ifs
Comparison operators and if statements
-
13 Sep 15:50
Access Control, Expressions, and Methods
BankAccounts, expressions, and operators
-
08 Sep 15:55
Inheritance and Class Variables and Methods
person and employee example with inheritance and employee counting
-
06 Sep 15:57
OOP Virtual Attributes
updated person, file, and book classes
-
01 Sep 15:54
Overriding and Accessors
Overriding methods and using accessors (readers and writers) to work with attributes
-
30 Aug 15:50
IO and OOP
helpful IO methods and starting OOP examples
-
25 Aug 15:54
Welcome and Basics
Welcome example, variables, and methods