Use range for iteration values and use switch instead of if chain#2
Use range for iteration values and use switch instead of if chain#2kkirsche wants to merge 1 commit intormasci:masterfrom
Conversation
Use range for iteration values and use switch instead of if chain
|
Hi Kevin, Thanks for fixing this up! I am not a programmer by trade, I wrote these Thanks, Rich On Wed, Jun 8, 2016 at 4:51 PM, Kevin Kirsche notifications@github.com
|
|
Course. I generally try to show things like this as you never know if the other person has experience with these things. I know I've had people submit pull requests and it makes me just go, wow I wish I had known that when I started. Without sharing there isn't a way to learn though. Glad you found it helpful and let me know if you have any questions. I found your tool after I started mine as I needed to check SSL Versions for work and vulnerability management of systems. |
Use range for iteration values and use switch instead of if chain