Sublime
An inspiration engine for ideas
Anonymous Functions
Matt Neuburg • iOS 11 Programming Fundamentals with Swift: Swift, Xcode, and Cocoa Basics
To get strings from the user, you use the gets method. If puts means put string, you can probably guess what gets means. And just as puts always spits out strings, gets retrieves only strings. So,
Chris Pine • Learn to Program

The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups
amazon.com
You’ve learned about arguments (and the parameters that point to them) at the beginning of a method call. You’ve learned about using local variables during your method call. Now it’s time to learn what happens at the end of a method call.
Chris Pine • Learn to Program
writing
Sara Stibitz • 2 cards
Software Development Best Practices
A collection of resources related to how best to build good, stable, scalable software.
Danielle Vermeer and • 10 cards
Thus the result of that calculation provides the return value of the method.