-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
- When I open an Issue in tyranja/speakerinnen are just the people who are forking or/and watching it, able to see the issue?!
- I wanted the first test to pass, so I made an new link: "log in" in public/index.html. And I run rake test. And got a error message. Well it would have been way too easy;) But at least it was a try, any hints what I am doing wrong?
- Now i want to writea new test to see , if there is a register link on the index page. Do I have to write a new test class, or just a new test in the class UserRedirectedToLoginTest ? Or a whole new file, because the file name seems to be pretty precise about the test it has ...
About lambda, the ruby thing we tried to understand monday, I kind of liked this explanation (maybe because its in german?):
Über ein Lambda-Konstrukt kann man einen Codeblock in einer Funktionsvariablen speichern.
print_function = lambda { |item| print item + 1 }
[1,2,3].each &print_function
>> 234
Here is some more stuff: http://www.robertsosinski.com/2008/12/21/understanding-ruby-blocks-procs-and-lambdas/
Still not fully recovered, I really had headaches after monday class.
Good night!
Anja
Metadata
Metadata
Assignees
Labels
No labels