Skip to content

Some Questions: #172

@tyranja

Description

@tyranja
  1. When I open an Issue in tyranja/speakerinnen are just the people who are forking or/and watching it, able to see the issue?!
  2. 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?
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions