Git Product home page Git Product logo

cs373-collatz's People

Contributors

lapluviosilla avatar

Watchers

 avatar

cs373-collatz's Issues

Setup Git Repository

Git Repository
Set up a private Git repository at GitHub, named cs373-collatz.
Download the skeleton, rename the makefile, and use the makefile to confirm that the skeleton code runs as is, both the run harness and the test harness. Make that a completed issue in the issue tracker and commit the code to GitHub

Submit to Sphere

Get Sphere to accept our solution
Sphere requires a single file to be submitted.
Combine Collatz.py and RunCollatz.py.
This is the file that the grader will submit to Sphere to determine a zero vs. non-zero grade.

Documentation

Documentation
Use pydoc to document the interfaces.
The above documentation only needs to be generated for Collatz.py.
Comment each function meaningfully. Use comments only if you need to explain the why of a particular implementation.
Choose a coding convention and be consistent. Use good variable names. Write readable code with good indentation, blank lines, and blank spaces.

Acceptance Tests

Write acceptance tests before your write the code. When you encounter a bug, write an acceptance test that fails, fix the bug, and confirm that the acceptance test passes. Write an auxiliary program to randomly generate acceptance tests. Create at least 1000 lines of acceptance tests.

Create Issues

Issue Tracker
The GitHub repository comes with an issue tracker.
Create an issue for each of the requirements in this table. Create an issue for each bug or feature, both open and closed. Describe and label each issue adequately. Set a milestone for important commits (e.g. without a cache, with a lazy cache, etc.). Create at least 10 more issues in addition to the requirements in this table.

Implementation

Implementation
Use assert to check pre-conditions, post-conditions, argument validity, return-value validity, and invariants. Worry about this last, but your program should run as fast as possible and use as little memory as possible.

Submission

Submission
Rename "makefile.py" to "makefile".
Fill out the Google Form and submit the ZIP file to Turnin.

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.