Git Product home page Git Product logo

hsfizzbuzz's Introduction

HSFizzBuzz

HSFizzBuzz allows for a range of numbers to be entered into the FizzBuzz Processor for processing according to predefined rules based up on the IFBItem interface.

Each implemenation of the IFBItem interface allows for the specification of a numeric condition and what message to display if the condition is found to be true for a given integer.

The FBPRocessor class accepts a list of objects that implement IFBItem and a range of integers. It then checks each integer in the ranges against all conditions. Conditions are checked in descending order based on the OrderCheck property(higher OrderChecks are checked before lower ones). Once a condition is met, no further conditions are checked. If no conditions are met, then the integer is returned without a special message.

The console application, FizzBuzz3, shows example outputs of several different kinds of IFBItem collections and the associated output.

The FizzBuzzLib project contains all code for how processing is built.

FizzBuzz Tests contains unit tests for the various implementations.

The "Outside Client Implementations" test category shows how an external client can implement the IFBItem interface and create custom rules that are passed to the FBProcessor.

hsfizzbuzz's People

Watchers

James Cloos avatar Jon Wear 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.