Giter VIP home page Giter VIP logo

spaceman's Introduction

WELCOME TO SPACEMAN!

You might be familiar with it's cousin hangman but out of respect to the tragically departed, we've reached out to hangman's cousin: Spaceman!

How the Game Goes

Try to guess the word one letter at a time before you run out of guesses and hangman's cousin gets shipped off into space!

Follow the prompt!

spaceman's People

Contributors

ellojess avatar ninjaaung avatar

Watchers

 avatar

spaceman's Issues

Testing Code Review

Great job writing your tests! Here are a couple of tips for the future:

  • Put your tests in a separate file, and then simply import your main application into the testing file.
  • Examine these docs for help following convention and having good structure for your test file: https://docs.python.org/3/library/unittest.html
  • Keep your outer scope functions to run your app in your " if name == "main": " boolean in your app's file, and then running " pytest <name_of_testfile>.py " will run all your functions with "test" in the name of the functions.
  • Include a .gitignore file in your project directory that contains *.pyc so none of your files that result from testing end up in your git repo.

code review

  • Nice use of docstrings
  • You could improve commenting throughout your code within the functions to describe what is happening more clearly
  • Good job making your code modular and organizing everything into functions
  • Clean up the TODOs after you are finished with them, many of your TODOs would make nice comments if you simply delete the β€œTODO” part
  • Good job using semantic variable naming

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.