Skip to content

Instantly share code, notes, and snippets.

@trub
trub / gist:9dc6944f1b9aa864889c
Created March 7, 2015 04:07
things that make me GO :) or :(
10 things that make me
MOST EXCITED:
-Figure out what a new product should do through user research
-Do remote user testing for new UI
-Create high-fidelity mocks of new UI for the product
-Create brand new comic book art for Zapier
-Dream up the future of Zapier, inspire and motivate your teammates
-Design native mobile apps for iOS and Android
@trub
trub / obj-c-syntax
Last active September 1, 2015 01:28
### A string is:
An ordered collection of characters. Used most commonly to store words or sentences.
### Pick one of your favorite apps and describe a few places where it uses strings. Be specific:
The splash page for snapchat has two buttons on it. I assume those buttons contain strings with the characters "sign up" and "log in".
### Describe what a method is:
-is a function that is defined inside of a class
-for example, you could have an object that is a dog.
this dog could have two methods: bark & sit.