DEV Community

Discussion on: Solving the Fizz Buzz Problem in PowerShell

Collapse
 
carollimbo profile image
CarolLimbo

In true developer tradition you have introduced a bug by adding a feature. You don't validate that Min is less than Max, or that either is an integer. This could result in some very strange and potentially unwelcome behavior. Otherwise I love the script and how you get there. It's always interesting to see the logic train that someone follows to get to their final code.