Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.

NotificationsYou must be signed in to change notification settings

EnterpriseQualityCoding/FizzBuzzEnterpriseEdition

Repository files navigation

Build statuscodecov.io

Enterprise software marks a special high-grade class of software that makescareful use of relevant software architecture design principles to buildparticularly customizable and extensible solutions to real problems. Thisproject is an example of how the popular FizzBuzz game might be built were itsubject to the high quality standards of enterprise software.

FizzBuzz

FizzBuzz is a game that has gained in popularity as a programming assignment toweed out non-programmers during job interviews. The object of the assignment isless about solving it correctly according to the below rules and more aboutshowing the programmer understands basic, necessary tools such asif-/else-statements and loops. The rules of FizzBuzz are as follows:

For numbers 1 through 100,

  • if the number is divisible by 3 print Fizz;
  • if the number is divisible by 5 print Buzz;
  • if the number is divisible by 3 and 5 (15) print FizzBuzz;
  • else, print the number.

Contributing

Although this project is intended as satire, we take openness and inclusivityvery seriously. To that end we have adopted the following code of conduct.

Contributor Code of Conduct

About

FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp