Giter Club home page Giter Club logo

cs1632_fall2018's Introduction

CS1632_Fall2018

CS1632 Software Quality Assurance, Fall 2018

cs1632_fall2018's People

Contributors

choromanski avatar laboon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cs1632_fall2018's Issues

D1 sample_output.txt

On the situation where the game ends in a tie (lines 299-403) wouldn't X have won after there move on line 379 with 4 X's in a row diagonally (lower-left to upper-right). 

D2 deliverable2.md Typo

"you may have exclude the main" should be "you may have excluded the main" (excluded)

-Surbhi Patel sup47

D4 Typo

deliverable4.md

"The program shall called word_finder.rb and should be run with ruby word_finder.rb name_of_file." - should be "shall be called"

-Surbhi Patel sup47

Lecture 11/12 Performance Testing Slide 5 Error

My name is Anthony Martrano. The last quantitative measurement question, "How fast the program calculate some function?" in the slide does not sound grammatically correct and feels inconsistent with the other questions that are on the slide. My suggestion is to change it to "How fast does the program calculate some function?"

Typo in exercise 7

Title on document references "Exercise 8", instead of 7.

-Joseph Faraci (jof40)

exercise1.md typo

"For each of the the arguments passed in does not meet the requirements listed above" - double "the", change to only one "the"

-Surbhi Patel sup47

Lecture 4 Smoke Exploratory Path Slide 32 Error

My name is Anthony Martrano. In the laboonify method on the slide, there is a variable named "toReturn" that is never declared and initialized in the method. However, there is another variable called "initialVal" that is declared and initialized to be the sum of x and y, but it is not used again. Did you meant to write "int combo = initialVal + normalized;" instead of "int combo = toReturn + normalized;"?

D2 - Running rubocop with our all_tests.rb file

For the rubocop check, is there a way to have the all_tests.rb run rubocop on our files and run the tests at the same time? Or should we run rubocop seperately and provide the screenshots for the results?

I wasn't able to find any sample that had rubocop included with the test file.

D3 Requirement 6 Typo

"nfalse" should be changed to "false" in requirement 6 (last word in requirement).

-Surbhi Patel sup47

Class Planned for Nov 21st

On the current version of the syllabus there is a lesson planned for November 21st, however the university will be closed that day for Thanksgiving Break.

-Surbhi Patel (sup47)

.rubocop.yml

The .rubocop.yml file that you gave us, on my machine (Ubuntu) running rubocop version 0.59.2 shows a warning indicating that the last line "Style/EndOfLine Enabled: false" should be "Layout/EndOfLine Enabled: false" then, when I make the change, this warning goes away

jarvis@laptop:~/Desktop/School/CS 1632/D2/D2-master$ rubocop map.rb
.rubocop.yml: Style/EndOfLine has the wrong namespace - should be Layout
Inspecting 1 file

jarvis@laptop:~/Desktop/School/CS 1632/D2/D2-master$ ruby --version
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]

jarvis@laptop:~/Desktop/School/CS 1632/D2/D2-master$ rubocop -v
0.59.2

Lecture 9 Slide 15 Code Error

Within the Stubbing example the code reads:
def quack_alot(d,n)
num_quacks = 0;
...
end
However, there is a semicolon included after the declaration of num_quacks which is not proper Ruby.
[email protected]

exercise2.md typo

"These should all be fixed before moving on the the next step." - there is a double the, should only be "on the next step."

-Surbhi Patel sup47

#D3 Deliverable Typo

#D3 Deliverable Typo
In the Format of the deliverable. The second bulleted list, "Yuur" should be "Your".

duz5
Duo Zhao

course-info.md Typo(?)

"Why's (Poignant) Guide to Ruby by _why the lucky stiff."
Is that underscore supposed to be there? I believe his pseudonym is just "why the lucky stiff"

-Surbhi Patel

course-info.md Typo

"Deliverable 2: Developing an application using unit tests and static analyis." - analysis instead of analyis

-Surbhi Patel sup47

D3 Requirement 8 Typo

"the the" should be changed to just "the" in requirement 8 for D3.

-Surbhi Patel sup47

Lecture 5, minitest assert_true

My name is Andrew DiFurio. In Lecture 5: Intro to Unit Testing states that assert_true is a minitest assertion. However, I don't see this method in the Ruby docs. Here is a link to the ruby-doc that shows all minitest methods.

I tried to use minitest and this test passed.

def test_assert_true_exists
    assert_raises (NoMethodError){assert_true true} 
end

Misspelling in Exam 1 Study Guide

Jared Frank - MW 3:00-4:15

In midterm_1_study_guide.md in the third paragraph the word 'exercise' is spelled incorrectly as seen below.

"The midterm will cover everything we have covered up to the exerise the class before."

Optimizing D4 Question

So I have a quick question regarding D4.

The deliverable states that "After determining all possible strings from following all paths from all nodes in the graph, you must then determine all of the permutations of the possible strings." But if we found a way to determine valid words without doing the expensive operation of finding all of the permutations of the possible strings, would this meet the criteria for optimization?

exercise4.md Typo

"The Wolf Pack Simulator allows you to add a wolf, determine the size of biggest wolf in the pack, return the name of a random (technically pseudorandom) wolf, or make all the wolves in the pack howl."

should say "the size of the biggest wolf" (missing the)

-Surbhi Patel sup47

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.