TheRightLane on Coding

4 posts tagged with loops

  • Basic programming math in 2 minutes

    That's right! I'm gonna teach you all the math you need to know in 2 minutes! Feel free to send me the $30,000 you were going to pay some university! SWEET! Ok, not really, but here are the basics that you absolutely MUST know to be a working coder...

  • Swift if and if let in 2 minutes

    Swift has an awesome and unique if system. My favorite thing about it is that it doesn't need parenthesis! Seriously! Don't use them! Don't waste time! This isn't Java! Swifty! Ugly! So what's up with if let The best way to understand if let is...

  • For loops in Swift In 2 minutes

    The first question I get from coders starting Swift is what's up with the for loops? What's up with Swift's for loops? Loops are one of Swifts best features. I know that sounds stupid but use Swift for a few hours and then switch to a language with C...

  • Swift Hello World in 2 minutes

    Printing out "Hello World" is probably the most pointless thing you could spend time on. It wasn't always that way. Back in a time when getting ANY program to run on your computer was an achievement it made sense to have a consistent test to show...

All tags