Giter Site home page Giter Site logo

bugs-zero-kata-java's Introduction

ZeroBugs Kata

Problem description: here

Based on the UglyTrivia Kata

Started from the GoldenMaster step in here

Working with Tiago.

In scope

It has been solved:

  • A Game could have less than two players - make sure it always has at least two.
    • Using a runtime exception at first, then moving it to a compile-time check
  • A Game could have 7 players, make it have at most 6.
    • Using a runtime exception at first, then moving it to a compile-time check
  • The deck could run out of questions
    • Adding the questions to the deck again. After using the last Rock question, you use the first Rock question again
  • Introducing new categories of questions seems like tricky business.
    • Now any new category of question is contained in the Questions object

Out of scope

  • A player that get’s into prison always stays there
    • Other than just fixing the bug, try to understand what’s wrong with the design and fix the root cause
    • We've tried this but it was not working. Also, it affects the behaviour and we don't have a golden master to support it.
  • Similarly changing the board size greatly affects the questions distribution
    • Haven't worked on it.

bugs-zero-kata-java's People

Contributors

alvarogarcia7 avatar

Watchers

 avatar

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.