CS1632_Spring2019 icon indicating copy to clipboard operation
CS1632_Spring2019 copied to clipboard

CS1632 Spring 2019 w/ Bill Laboon

Results 11 CS1632_Spring2019 issues
Sort by recently updated
recently updated
newest added

In deliverable4.md file. ENSURE THAT THE THE TA AND I ARE ADDED AS COLLABORATORS ON GITHUB! My username is laboon. The TA's username is: "THE" is repeated, should only be...

There is no specified limitation on what the transaction amounts may be. If user `111111` sends user `222222` `(-50)` Billcoin (in the form ```111111>222222(-50)```), there is no defined response, whether...

We noticed something that seems somewhat ambiguous from the assignment description. If a line has multiple problems (for example, one line has both an invalid format of transactions & an...

On slide 8, 'Web Testing Frameworks', the first line reads ''Think of these as higher-lever level programming languages for testing web pages.'" The '-lever' seems to be a typo.

On the last bullet of slide 5, titled Performance Indicators, the phrase "How fast the program calculate some function?" is missing a word between "fast" and "the".

Under the refactor section for the get_num_monkeys list there is an infinite loop. Everytime the method get_num_monkeys is called the first line in the method calls it again with no...

Missing parenthesis on last line of slide "Test step est omnis divisa in partes tres"

On slide 11 and 12 of lecture #6/#8(Unit Testing) "assert_equals" and "refute_equals" should be "assert_equal" and "refute_equal"

In the first drawbacks of TDD "may not appropriate" should be "may not be appropriate"

On slide 11 of Lecture 6 (MINITEST ASSERTIONS), 'assert_true' should be 'assert'