- Hired, a placement company for developers is a sponsor
- Write code for other programmers, not machines.
- Code should represent the best understanding of the programmer when he writes it.
| module Fastlane | |
| module Actions | |
| module SharedValues | |
| end | |
| class CorrectAppNameAction < Action | |
| def self.run(params) | |
| # you need to install the plist gem | |
| require 'plist' |
| class Greeter { | |
| greeting: string; | |
| constructor(message: string) { | |
| this.greeting = message; | |
| } | |
| greet = () => { | |
| return "Hello, " + this.greeting; | |
| } | |
| // greet() { | |
| // return "Hello, " + this.greeting; |
Thanks a ton for coming down to my talk, folks <33z. Your energy was amazing. This page has a few extra resources for you.