首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 企业实施的编程问题

企业实施的编程问题

  • 资源大小:51.99 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 编程 企业 问题 实施

资 源 简 介

Enterprise FizzBuzz is an application which I put together to test a variety of tools and techniques. I cam across the original problem specification at codinghorror.com Print the numbers from 1 to 100 If a number is divisible by 3 print "Fizz" instead If a number is divisible by 5 print "Buzz" instead If a number is divisible by 3 and 5 print "FizzBuzz" instead Easy peasy. I wanted to do it the hard way. BTW the original blog entry describing why I did this is here http://codermike.com/if-something-is-worth-doing

文 件 列 表

fizzbuzz-1.0
FizzBuzz.BusinessLogic
FizzBuzz.BusinessLogic.Tests
FizzBuzz.Console
FizzBuzz.Core
FizzBuzz.Core.Test
FizzBuzz.Enterprise.MbUnit.gpState
FizzBuzz.Enterprise.MbUnit.sln
FizzBuzz.Enterprise.MbUnit.suo
FizzBuzz.Enterprize.NoTests.sln
FizzBuzz.snk
Lib
README.TXT
SolutionInfo.cs
VIP VIP
0.184064s